|
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.
[Prev in Thread] | Current Thread | [Next in Thread] |