I have a simulation program that runs a Number of random Simulations
and then Averages them.  It basically looks like this:

   (reduce Average (repeatedly Number Simulate))

What is the best way of making this parallel?  I noticed there was no
parallel version of repeatedly.  I suppose I could pmap over a dummy
series, but this seems a misuse of the function.

Also, couldn't there be in theory a preduce?  This seemed to be in
clojure.parallel, but parallel is deprecated.  Why is it deprecated,
and what's the replacement for it?

Thanks,

Nick.

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