[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lexbind
From: |
Stephen J. Turnbull |
Subject: |
Re: lexbind |
Date: |
Wed, 05 Mar 2008 14:58:00 +0900 |
Miles Bader writes:
> "Stephen J. Turnbull" <address@hidden> writes:
> > > In the spirit of the (lexical-let ...), a possible improvement could
> > > be to have a (lexical-defun ...),
> >
> > What improvement is this over
> >
> > (require 'cl-macs)
> > (flet ((...)))
> >
> > I guess it requires two less levels of parentheses, and one less level
> > of indentation. Anything else?
>
> Well, practically speaking, a slight problem is that it doesn't work
> with cl's implementation of flet (which besides being very ugly, doesn't
> actually implement lexical binding anyway).
Sorry, I meant `labels', which does claim to do so.
Remember, the OP already mentioned `labels'. I'm not asking that we
keep the cl-macs implementation (although the `labels' implementation
isn't all that ugly, IMO), just why use a different name? Is there a
difference in behavior intended?
- Re: lexbind, (continued)
- Re: lexbind, David Kastrup, 2008/03/03
- Re: lexbind, Miles Bader, 2008/03/03
- Re: lexbind, paul r, 2008/03/03
- Re: lexbind, Stefan Monnier, 2008/03/03
- Re: lexbind, paul r, 2008/03/04
- Re: lexbind, Miles Bader, 2008/03/04
- Re: lexbind, paul r, 2008/03/04
- Re: lexbind, Stephen J. Turnbull, 2008/03/04
- Re: lexbind, Miles Bader, 2008/03/04
- Re: lexbind, Dan Nicolaescu, 2008/03/05
- Re: lexbind,
Stephen J. Turnbull <=
- Re: lexbind, paul r, 2008/03/14
- Re: lexbind, Stefan Monnier, 2008/03/14
- Re: lexbind, Stephen J. Turnbull, 2008/03/14
- Re: lexbind, David De La Harpe Golden, 2008/03/03
- Re: lexbind, Richard Stallman, 2008/03/04
- Re: lexbind, Miles Bader, 2008/03/04
- Re: lexbind, Richard Stallman, 2008/03/05