On Nov 1, 9:24 pm, Mikhail Kryshen <[email protected]> wrote: > 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/
These libraries only cover persistent collections (lists, hashtables, etc). I am also using clojure.lang.Ref class (to implement STMs). Are there any libraries that implement clojure.lang.Ref outside Clojure? Or does anyone knows how to "bootstrap" Clojure before creating any object from a persistent collection class? Ref objects seem to be working without any need for a "bootstrap". -- Dilvan Moreira http://java.icmc.usp.br [email protected] -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
