emacs-tangents
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Clojure namespaces (was: Re: Emacs Lisp's future)


From: Chad Brown
Subject: Clojure namespaces (was: Re: Emacs Lisp's future)
Date: Tue, 11 Oct 2016 11:38:15 -0700


On 8Oct, 2016, at 14:40, Nicolas Petton <address@hidden> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]