On Nov 1, 9:24 pm, Mikhail Kryshen <mikh...@kryshen.net> 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 dil...@icmc.usp.br -- 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 Note that posts from new members are moderated - please be patient with your first post. 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