I\'m having trouble finding good advice and common practices for the use of namespaces in Clojure. I realize that namespaces are not the same as Java packages so I\'m tryin
Regarding 3 & 4, packaging and AOT compilation are entirely orthogonal to the question of namespace conventions.