This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

fluid-let in guile.


Harvey J. Stein writes:
 > 
 > STk has fluid-let, which is very convenient for temporarily rebinding
 > variables from the current environment.  Does Guile have such a thing?
 > I found with-fluids, but it seems to be another concept entirely.


The SLIB provides fluid-let.

Klaus Schilling