On Thu, May 24, 2012 at 5:02 AM, John Szakmeister <j...@szakmeister.net> wrote:
> On Thu, May 24, 2012 at 7:46 AM, Chris Perkins <chrisperkin...@gmail.com> 
> 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!

Right, my point was Cedric's code had a bug, not pmap - I was
suggesting a test that would have highlighted that.
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

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