Manipulating lazy lists
Lazy lists

Prev:Constructing lazy lists
Next:Combinators for manipulating lazy lists


To make new lazy lists from old ones:
<memoized-cons> ( cons -- memoized-cons )

lappend-lazy ( list1 list2 -- result )

lconcat ( list -- result )

lcartesian-product ( list1 list2 -- result )

lcartesian-product* ( lists -- result )

lmerge ( list1 list2 -- result )

ltake ( n list -- result )