Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 505 Bytes

readme.md

File metadata and controls

6 lines (4 loc) · 505 Bytes

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/