chickadee » hascheme » list-iterate

list-iterate proc baseprocedure

This procedure is based off of the one in SRFI-41.

Create an infinite list where the first element is (proc base), and the second element is (proc (proc base)), etc.

This procedure is eager in base.