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

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

Re: Another question about lambdas


From: Michael Heerdegen
Subject: Re: Another question about lambdas
Date: Mon, 12 Dec 2022 02:50:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Emanuel Berg <incal@dataswamp.org> writes:

> >   (let* ((x 'l)
> >          (f (lambda () x))
> >          (x 'd))
> >     (funcall f))
>
> d!
>
> Isn't this the same lambda thing again?

Emmanuel thinks it's the same question about closures and solves it using
dynamic binding.  Creative :-)

Michael.



reply via email to

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