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]

Re: dynamic Bindings


Mikael Djurfeldt wrote:

> Real dynamic bindings should be thread-local.  Currently, there is
> only one way to achieve this in Guile:
> 
> (define doit (make-fluid))

What does it mean "currently"? Will there be something different in the
future?