You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cloju...@googlegroups.com
In Clojure-1.5.0-RC1, you can't load 'clojure.core.reducers without having either JDK 7 or jsr166y. But parts of reducers are potentially useful even without ForkJoin.
Is it possible to support reducers (and non-parallel "fold") when ForkJoin is not available?
-S
Andy Fingerhut
unread,
Dec 23, 2012, 1:06:57 PM12/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cloju...@googlegroups.com
The comments Rich added when closing CLJ-1109 indicate that this is definitely possible, and he would prefer it over the approach in CLJ-1109's patch, which was to throw an exception if no ForkJoin library is available.