On Feb 15, 12:18 pm, Rich Hickey <[email protected]> wrote: > I'm pretty much finished with the fully-lazy implementation and am > happy so far with the results. I think this will be an important > addition to Clojure and am planning to add it. Thanks all for the feedback! It seems the Sequence/ISeq dichotomy was a sticking point for many. After some tweaking, I've been able to get rid of Sequence entirely, SVN 1284+ in lazy branch. This is source compatible with 1282 (first/ rest/next), except that sequence? no longer exists - go back to seq?. New docs here: http://clojure.org/lazy Let me know if that is simpler. Rich --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
- Re: Fully lazy sequences are coming - feedback wanted! wlr
- Re: Fully lazy sequences are coming - feedback wan... Perry Trolard
- Re: Fully lazy sequences are coming - feedback... Perry Trolard
- Re: Fully lazy sequences are coming - feedback... Aaron Scott
- Re: Fully lazy sequences are coming - feedback... Michael Reid
- Re: Fully lazy sequences are coming - feedback wan... Jeffrey Straszheim
- Re: Fully lazy sequences are coming - feedback wan... Stuart Halloway
- Re: Fully lazy sequences are coming - feedback... Luc Prefontaine
- Re: Fully lazy sequences are coming - feedback wanted! Rich Hickey
- Re: Fully lazy sequences are coming - feedback wan... Stephen C. Gilardi
- Re: Fully lazy sequences are coming - feedback... Rich Hickey
- Re: Fully lazy sequences are coming - feed... Mark Engelberg
- Re: Fully lazy sequences are coming - ... Rich Hickey
- Re: Fully lazy sequences are coming - feedback wan... Konrad Hinsen
- Re: Fully lazy sequences are coming - feedback... Rich Hickey
- Re: Fully lazy sequences are coming - feed... Mark Engelberg
- Re: Fully lazy sequences are coming - ... Rich Hickey
- Re: Fully lazy sequences are coming - feedback wanted! kotor
