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

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

Re: Closures - do you understand them well?


From: Michael Heerdegen
Subject: Re: Closures - do you understand them well?
Date: Tue, 28 Feb 2023 11:13:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Emanuel Berg <incal@dataswamp.org> writes:

> >> And what values are the correct function values then?
> >
> > Lexical closures use a different representation - see
> >
> >   (info "(elisp) Closures")
> >
> > The actual structure is not interesting for programming
> > any more.
>
> Are we talking lexical let-closures? Why not?

Unless I still misunderstand your question: Lisp is a high-level
language, not Assembler, so like you don't modify the bytes of byte-code
functions by hand, you also don't edit the internal representation of
closures.

Michael.



reply via email to

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