Thanks Zak,

With the other jar I could load parallel.clj without errors, but I
wasn't able to refer to the parallel namespace as on clojure.org/
other_libraries, nor was preduce present in the user namespace:

user=> (load-file "parallel.clj")
nil
user=> (refer 'parallel)
java.lang.Exception: No namespace: parallel (NO_SOURCE_FILE:0)
user=> preduce
java.lang.Exception: Unable to resolve symbol: preduce in this context
(NO_SOURCE_FILE:0)

Also, the word 'jsr166y.jar' on clojure.org/other_libraries should
probably point to the working jar.

Thanks,
Anand

On Feb 3, 6:22 pm, Zak Wilson <zak.wil...@gmail.com> wrote:
> I had similar results when I compiled jsr166y myself. There's a jar in
> the group's files that is known to work.
--~--~---------~--~----~------------~-------~--~----~
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
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