[plt-scheme] transformers after expansion no longer needed

From: Jos Koot (jos.koot at telefonica.net)
Date: Wed Jul 16 06:55:49 EDT 2008

When running a module in DrScheme, the transformers used during expansion cannot be discarded, because they may be used in the interactions window. However, in many cases I no longer need the transformers after expansion. Is there a way to make them garbage collectable as soon as expansion is completed?

How is this in a stand alone compiled module? It does not have to save the transformers for the interactions window, for there is none. What happens in this case with the transformers after expansion?

Jos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080716/60295c4f/attachment.html>

Posted on the users mailing list.