No namespaces in Lisp
What are your thoughts on no namespaces in Lisp? Most languages that I like and use have packages, and I feel that helps organize the code. Does lisp have something like that? It doesn't appear that it does, how do you deal with that?
3 comments
[ 309 ms ] story [ 282 ms ] thread(Whether or not it would be better to have a standard, central packaging system is another matter entirely.)
Emacs Lisp doesn't, though, and it's (IMHO) a major failing of the language.