Re: using clojure.parallel functions / JSR-166

2009-05-26 Thread Rich Hickey
On May 25, 10:01 pm, Mark Volkmann wrote: > I understand that at least some of the functions in the > clojure.parallel namespace depend on addtional JAR files related to > JSR-166. I found the > sitehttp://gee.cs.oswego.edu/dl/concurrency-interest/which has links to > JAR files for that. When

Re: using clojure.parallel functions / JSR-166

2009-05-26 Thread Laurent PETIT
I remember Rich pointing the files section of the clojure google group where he had uploaded a working version of JSR-166. 2009/5/26 Mark Volkmann : > > I understand that at least some of the functions in the > clojure.parallel namespace depend on addtional JAR files related to > JSR-166. I found

using clojure.parallel functions / JSR-166

2009-05-25 Thread Mark Volkmann
I understand that at least some of the functions in the clojure.parallel namespace depend on addtional JAR files related to JSR-166. I found the site http://gee.cs.oswego.edu/dl/concurrency-interest/ which has links to JAR files for that. When I run (use 'clojure.parallel) from a REPL I get: java