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