Re: add-finalizer!

"Emilio Lopes" <[email protected]> Wed, 28 Jun 2006 11:14:31 +0200 (MST)
Newsgroups gmane.lisp.scheme.scsh
Message-ID <[email protected]>
On 28/06/06, Martin Gasbichler <[email protected]> wrote:

> The problem is that NEW-FOO is part of the closure that you pass as
> the finializer and thus can never be GCed

OK, thanks for explaining the problem.  It works beautifully now.

> Your code works as expected in S48 1.3 because S48 1.3 uses a
> different environment representation where only needed variables are
> contained in a closure's environment.

This is an interesting information.

Thanks again, Martin.

-- 
Emilio C. Lopes <[email protected]>
Munich, Germany