|
Class Fluid provides dynamically scoped ("fluid") variables modeled after those of Common Lisp. Fluid variables are used to avoid passing data around through code that doesn't care about it. They're a bit more controllable than globals.
Registered: 2007-07-22 14:46 |
|