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: Thu, 19 Jan 2023 14:23:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Emanuel Berg <incal@dataswamp.org> writes:

> Michael Heerdegen wrote:
>
> >>>   (let* ((x 'l)
> >>>          (f (lambda () x))
> >>>          (x 'd))
> >>>     (funcall f))
> >>
> >> d!
> >>
> >> Isn't this the same lambda thing again?
> >
> > Emanuel thinks it's the same question about closures and
> > solves it using dynamic binding. Creative :-)
>
> ??? :)

You did not understand my comment?

Michael.




reply via email to

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