[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Generators (iterators) for Gnu Emacs
From: |
Drew Adams |
Subject: |
RE: Generators (iterators) for Gnu Emacs |
Date: |
Sun, 7 Dec 2014 21:34:06 -0800 (PST) |
> The entire Common Lisp ecosystem is a counterexample so your rather
> sweeping declaration. In practice, namespaces are rather useful
> despite the need to *sometimes* fully *some* symbols. It's still
> better than having to fully specify *every* symbol on *every* use.
That was my experience also.
> > In practice, you have to write the package prefix whenever you
> > refer to a symbol that has one. It might as well be part of the
> > symbol name itself. Thus, packages complicate the language
> > definition while providing no benefit.
>
> There's a lot of Lisp code out there that uses packages in the way
> they were meant to be used, and your personal distaste for the
> mechanism shouldn't keep namespaces out of elisp.
I wonder whether perhaps Richard ran into the need to use prefixes
so much because he was implementing the CL package system, and not
just making normal use of it. Just a conjecture.
- Re: Namespace macros, (continued)
- Re: Namespace macros, Helmut Eller, 2014/12/08
- Re: Namespace macros, Richard Stallman, 2014/12/08
- Re: Namespace macros, Artur Malabarba, 2014/12/08
- Re: Namespace macros, Helmut Eller, 2014/12/08
- RE: Generators (iterators) for Gnu Emacs, Drew Adams, 2014/12/07
- Re: Generators (iterators) for Gnu Emacs, Richard Stallman, 2014/12/07
- Re: Generators (iterators) for Gnu Emacs, Daniel Colascione, 2014/12/07
- RE: Generators (iterators) for Gnu Emacs,
Drew Adams <=
- Re: Generators (iterators) for Gnu Emacs, Richard Stallman, 2014/12/08
- RE: Generators (iterators) for Gnu Emacs, Drew Adams, 2014/12/08
- Re: Generators (iterators) for Gnu Emacs, Stefan Monnier, 2014/12/08
- namespaces, Ivan Shmakov, 2014/12/09
- Re: Generators (iterators) for Gnu Emacs, Richard Stallman, 2014/12/08
- Re: Generators (iterators) for Gnu Emacs, Stefan Monnier, 2014/12/07
- Re: Generators (iterators) for Gnu Emacs, Nic Ferrier, 2014/12/07
- Re: Generators (iterators) for Gnu Emacs, Stefan Monnier, 2014/12/07
- Re: Generators (iterators) for Gnu Emacs, Nic Ferrier, 2014/12/07
- Re: Generators (iterators) for Gnu Emacs, Daniel Colascione, 2014/12/07