[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lexical-binding questions
From: |
Miles Bader |
Subject: |
Re: lexical-binding questions |
Date: |
Sun, 06 May 2012 09:08:41 +0900 |
Stefan Monnier <address@hidden> writes:
>> Also, in CL, the declare spec is placed at the beginning of the let
> [...]
>> Why does it behave differently from CL?
>
> Because it forces the interpreter to check for the presence of
> a `declare' every time it sees a `let', even though it will only find
> one once per century or so.
> It's an OK design for a language where there's always going to be
> a pre-processing of some sort before evaluation but for Emacs's pure
> naive interpreter it's inconvenient.
It doesn't seem _that_ inconvenient (or inefficient)...
-miles
--
Conservative, n. A statesman enamored of existing evils, as opposed to a
Liberal, who wants to replace them with new ones.
- Re: BEGIN_SRC..END_SRC, (continued)
- Re: BEGIN_SRC..END_SRC, Stephen J. Turnbull, 2012/05/07
- Re: BEGIN_SRC..END_SRC, Bastien, 2012/05/05
- Re: BEGIN_SRC..END_SRC, Eli Zaretskii, 2012/05/05
- Re: BEGIN_SRC..END_SRC, Bastien, 2012/05/06
- Re: BEGIN_SRC..END_SRC, Eli Zaretskii, 2012/05/06
- Re: BEGIN_SRC..END_SRC, Lars Magne Ingebrigtsen, 2012/05/06
Re: lexical-binding questions, Stefan Monnier, 2012/05/05
Re: lexical-binding questions, Thierry Volpiatto, 2012/05/06
Re: lexical-binding questions, Stefan Monnier, 2012/05/05
Re: lexical-binding questions, egnarts-ms, 2012/05/13