Lazy List

Lazy List project page

A list implementation that is completely lazy in nature. The main thing this buys one is the ability to easily work with infinite lists.

It is also good at computing no more then is actually used. Though this does create more objects, thus it is a trade off in memory.

LazyList-jbj.9.mcz
LazyList-jbj.8.mcz
LazyList-jbj.7.mcz
LazyList-jbj.6.mcz
LazyList-jbj.5.mcz
LazyList-jbj.4.mcz
LazyList-jbjohns.3.mcz
LazyList-jbjohns.2.mcz