Re: Fully lazy sequences are coming - feedback wanted!

2009-02-16 Thread Aaron Scott
How about e-rest, for the empty set returning version? Perry Trolard wrote: If it's the case that rest will almost exclusively appear in the context of constructing lazy-seqs (lazy-seq (cons [something] (rest [something])) & next will appear all over, it makes sense to me to sacrif

Re: Fully lazy sequences are coming - feedback wanted!

2009-02-15 Thread Aaron Scott
I agree with the op. While the language is still relatively young please break things so they sit better in the long term. Accurate and descriptive names are totally valueable, and I'm pretty handy with find/replace on the editor anyway :p Aaron On Feb 15, 2009, at 10:43 AM, CuppoJava w