help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: nested backquotes


From: Stefan Monnier
Subject: Re: nested backquotes
Date: Fri, 20 May 2005 16:25:17 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> With the "capture" version, you can also do

> (tla--lambda-with-capture (x y z)
>   (... foo ... (capture foo) ... (capture (current-buffer))))

Could you explain what this does?

> which I find more readable. (I've started to look at the lexical-let
> option too)

The advantage of lexical-let is that it uses a completely standard concept
(lexical scoping and closures) which exists in many other languages (where
their `let' behaves pretty much like Emacs's lexical-let).


        Stefan


reply via email to

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