Eager Comprehensions -- Jens Axel Søgaard
-----------------------------------------------------
_Eager Comprehensions_ -- Jens Axel Søgaard
-----------------------------------------------------
(require (planet "42.ss" ("soegaard" "srfi.plt")))
This library extends _srfi-42_ by Sebastian Egner with the
following generators.
> :combinations
> :do-until
> :iterate
> :let-values
> :list-by
> :match
> :pairs
> :pairs-by
> :plt-match
> :repeat
> :vector-combinations
See "Eager Comprehensions for Black Belts" for examples,
explanations and much more.
Keywords: _srfi42_ _42_ _42.ss_