l4-hurd
[Top][All Lists]
Advanced

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

Re: Name spaces in programming languages


From: Alfred M\. Szmidt
Subject: Re: Name spaces in programming languages
Date: Thu, 27 Oct 2005 19:06:21 +0200

   > If and only if one considers globally shared mutable namespaces
   > broken.  People with a lispish background don't.

   They do: most Lisp derivatives and Scheme implementations have
   state-of-the-art module systems that provide many ways to avoid
   name clashes for instance (you probably know the one of Guile).

Huh? Most lisp derivatives and scheme implementations have globally
shared mutable namespaces, there are hacks (as you note) to confie
things a bit, but that usually involves running a new repl, or telling
top-repl to ignore things.  But all in all, it is still a globally
shared mutable namespace.  If it wasn't, it would be a pita to use
lisp.




reply via email to

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