emacs-devel
[Top][All Lists]
Advanced

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

Re: thunk.el: Document that thunk-force == funcall?


From: Mattias Engdegård
Subject: Re: thunk.el: Document that thunk-force == funcall?
Date: Thu, 19 Nov 2020 12:50:59 +0100

19 nov. 2020 kl. 00.25 skrev Tomas Hlavaty <tom@logand.com>:

> interesting drawback of thunk.el implementation is that thunk-delay does
> not allow that and whatever is captured stays captured even after
> thunk-force.

Not after byte-compilation. The interpreter is very conservative when creating 
closures but the compiler makes more of an effort to capture only variables 
actually used.




reply via email to

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