Clojure's data structures modified for use outside of Clojure:
http://github.com/krukow/clj-ds
Persistent analogue of the Java Collections Framework:
http://code.google.com/p/pcollections/
--
Mikhail
I don't know much about how Jython works, but from the stack trace it
seems like Clojure cannot load its source files from the classpath.
Are there other ways to add jars to the classpath in Jython?
// raek
https://github.com/jmcconnell/clojure-ant-tasks/issues#issue/5/comment/223478
I also found these two issues:
http://dev.clojure.org/jira/browse/CLJ-260
http://dev.clojure.org/jira/browse/CLJ-379
It seems like it should be possible to make a workaround, but
unfortunately I don't have any experience at all with how class
loaders work. So I'm afraid I'm out of advice...
// raek
> Do you know how can I "bootstrap" Clojure before using any Clojure
> specific data structure (from Java or Jython)?
It seems to be fine if you put it on the Java system classpath instead
of python.path:
$ jython -J-cp clojure-1.2.0.jar
Jython 2.5.1 (Release_2_5_1:6813, Sep 26 2009, 13:47:54)
[Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)] on java1.6.0_22
Type "help", "copyright", "credits" or "license" for more information.