GeneratorClosure
Last edit August 16, 2009
A generator is a limited closure that generates a sequence of values, such as a random number generator.
See also:
ScopeAndClosures
,
DynamicClosure
CategoryFunctionalProgramming
|
CategoryClosure
|
CategoryScheme
|
CategoryLisp
|
CategoryCommonLisp