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: Emanuel Berg
Subject: Re: Closures - do you understand them well?
Date: Wed, 01 Mar 2023 21:42:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Michael Heerdegen wrote:

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

??? Assembler?

It seems to be some big misunderstanding here, yes :)

I simply mean this:

(let ((...))
  (defun () ...) )

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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