[plt-scheme] Undefine variable?

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Tue Mar 4 05:06:35 EST 2003

--- Zbyszek Jurkiewicz <zbyszek at duch.mimuw.edu.pl>
wrote:
> In some package I create at execution time a lot of
> variables and from 
> time to time want to garbage clean some of them.
> Variables are created
> by namespace-set-variable-value!

For this case would it not suffice to set the variable
value to void (or #f)?  That way the data will not be
referenced and can be garbage collected.

Noel

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


Posted on the users mailing list.