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: Thu, 02 Mar 2023 12:08:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> > > 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.

Maybe I should mention oclosures where you can access variables with
accessor functions "from the outside".  But this is also a high-level
thing, the internal structure of oclosures is not important and an
implementation like for "normal" function values.

Micha.



reply via email to

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