On Sat, 2012-06-30 at 17:46 -0700, Tim R wrote:
> i.e. what do I not understand about map and/or promises.

That the following test is misdirected.

> (chunked-seq? (do-it))
> ;; => false

user> (chunked-seq? (map identity (range 5)))
false
user> (chunked-seq? (seq (map identity (range 5))))
true

Laziness and nondeterminism make an explosive mixture.

-- 
Stephen Compall
^aCollection allSatisfy: [:each|aCondition]: less is better

-- 
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