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; thread-state


> Unless I missed something, FLUID-LET can't make top-level bindings which
> should exist for each and any thread, and about which the code which
> creates some new thread doesn't need to know.

Regular define seems to do what you want.

Note that fluid-let works *with* define and set!; it does not create
any separate namespace.

If a thread does not do fluid-let, it gets the binding from its parent.

	--Per Bothner
Cygnus Solutions     bothner@cygnus.com     http://www.cygnus.com/~bothner