On Thu, May 24, 2012 at 7:46 AM, Chris Perkins <[email protected]> wrote: [snip] > Also, pmap is not broken; the problem with the code you pasted is simply an > errant closing paren. You had (do (doall (pmap ...) nil)), where you meant > (do (doall (pmap ...)) nil). Apparently doall has a two-arg version, which > is news to me :)
I think you answered my question as well. Thanks for the nice explanation! -John -- 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
