fasterthanlime / shin

:warning: (def shin (dissoc clojurescript :jvm :google_closure)) (deprecated)
MIT License
35 stars 1 forks source link

LazySeq(s) #2

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

For example, take, drop, etc. should return LazySeqs.

Supporting the lazy-seq form would be nice.

fasterthanlime commented 9 years ago

Much needed for #2.

lazy-seq should probably be a macro, see #3 , and ISeq should probably be a protocol, see #9


edit: Why did I comment on issue #2 saying it's much needed for #2 ?

fasterthanlime commented 9 years ago

Well now ISeq is a protocol, and macros are working so let's do some LazySeq magic.

fasterthanlime commented 9 years ago

It's safe to say that this has been handled.