[plt-scheme] The Scheme way of: Using 'global' variables ?

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Sun Aug 16 12:12:27 EDT 2009

In addition to Anton's suggestions of hiding the variable, another 
option is to use a parameter:

http://download.plt-scheme.org/doc/html/reference/parameters.html

You might even wish to use a parameter *and* hide it.

-- 
http://www.neilvandyke.org/


Posted on the users mailing list.