marick / fp-oo

Code samples and exercise solutions for /Functional Programming for the Object-Oriented Programmer/
143 stars 49 forks source link

Use lazyseq instead of seq? #23

Closed marick closed 12 years ago

marick commented 12 years ago

Given that lists are seqs, but are not lazy, should I use "lazyseq" consistently throughout?