Thanks for the help Richard.

After playing around with 1.1.0 some more (I just upgraded). I'm
finding that the chunked sequences is destroying all my code that
relied on lazy sequences. Isn't the following a pretty standard thing
to do?

(for [i (range 20)]
            (do (println i)
                [i i i]))

With the addition of chunked sequences, any code that relied upon this
behavior is kaput. (Unless it only needed laziness in batches of 32).

Am I understanding this correctly? It seems laziness is only an option
in batches of 32 now.
  -Patrick

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
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

Reply via email to