make-fluid[procedure] make-fluid
Guile: creates a fluid, an object that can keep one value
per dynamic root.
See also fluid-ref, fluid-set!, fluid?, with-fluids*.
[procedure] make-fluid value
Scheme48: creates a fluid with the given value.
See also fluid, let-fluid, let-fluids.
|