pipes
pipes implements the input stream (lazy list) data structure. It is based on ideas from Peter Norvig's Paradigms of Artificial Intelligence Programming.

``Pipes'' is an implementation of a concept that goes by many names: streams or functional streams (in SICP), generated lists or glists, and lazy lists.

Repository: http://git.kpe.io/?p=pipes.git;a=summary

License: BSD