On 8Oct, 2016, at 14:40, Nicolas Petton <nicolas@petton.fr> wrote:

Namespace systems do not fit well into Lisp.  Common Lisp's is a total
mess.  It is better to use name prefixes.

Have you had a look at Clojure namespaces?
http://clojure.org/reference/namespaces

Thanks for the ref!

Did anyone else find it odd that Clojure’s namespace-related functions use all three namespace affix conventions? For example, name-: (ns-unmap, ns-name), -name: (all-ns, find-ns), and neither: (import, intern). That caught my clojure-ignorant eye.

Thanks,
~Chad