On Tue, Nov 23, 2010 at 7:49 AM, Laurent PETIT <laurent.pe...@gmail.com> wrote:
> try
> (def x #(iterate inc 1))
> (take 1 (drop 1000000000 (x))
>
> if you do not want to blow up the memory.

I wonder if an uncached lazy seq variant that cannot hold onto its
head would be useful to have in core?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to