guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dynamic scopes? fluids?


From: Robert Brown
Subject: dynamic scopes? fluids?
Date: Thu, 19 Jul 2001 10:38:09 -0400

I would like to ensure that my variable is accessible within the current
scope/environment as well as any scopes or within any invokations of
functions under this scope, but without making it "global" (current
top-level environment).  After doing some web searching, it seems that
"fluids" will do what I want.  Is this correct?  Can I just make a fluid,
set it, and then use fluid-ref anywhere "below" as is done with dynamic
scoping/bindings?

-- 
Robert Brown, Programmer/Sys Admin |                http://www.TopicalNet.com
mailto:address@hidden      |
voice: 781-932-8400 x100           |         800 West Cummings Park, Ste 2900
fax: 781-932-2558                  |                    Woburn, MA 01801-6351




reply via email to

[Prev in Thread] Current Thread [Next in Thread]