readme.md

lazylist

Lazy lists, or streams, are like lists but have delayed evaluation, allowing for the possibility of representing infinite sequences, among other things. This implementation is a direct translation of what is laid out in the book Structure and Interpretation of Computer Programs.

For an example, check out "Searching for taxicab numbers": https://tarakc02.github.io/taxicab/



tarakc02/lazylist documentation built on May 31, 2019, 3:51 a.m.