[plt-scheme] Off topic: Why does Common Lisp have two namespaces (lisp2)?
Hi,
On Tue, 2 Sep 2008 21:46:50 -0500
"Grant Rettke" <grettke at acm.org> wrote:
> Because I don't know any CL people, and I know there is expertise
> here, could you please explain why Common Lisp has two namespaces
> (lisp2)?
To be exact, Lisp-2 does not mean that there are two namespaces as
Common Lisp has more than two but still is a Lisp-2:
- packages
- functions
- variables
- operator (macros)
- loop keywords
- block names
- go tags
- etc.
regards,
Marek