Generics in PersistentXXX classes

2010-08-04 Thread Alex Tkachman
Hi! Are there any plans to generify Clojure's collections like PersistentHashMap etc. to make them usable for Java/Scala/Groovy++ people? Does it make sense at all? If the only issue is resources I am volunteering to help. Best regards Alex -- You received this message because you are subscribe

Re: Generics in PersistentXXX classes

2010-08-04 Thread Meikel Brandmeyer
Hi, On Aug 4, 12:10 pm, Alex Tkachman wrote: > Are there any plans to generify Clojure's collections like > PersistentHashMap etc. to make them usable for Java/Scala/Groovy++ > people? Does it make sense at all? If the only issue is resources I am > volunteering to help. There is http://github.

Re: Generics in PersistentXXX classes

2010-08-04 Thread Matt Fowles
Alex~ There is a project on github that does exactly this. http://github.com/krukow/clj-ds I don't know much about the current state of it, but I have plans in the next month or so to try it out at work. Matt On Wed, Aug 4, 2010 at 6:10 AM, Alex Tkachman wrote:

Re: Generics in PersistentXXX classes

2010-08-04 Thread Alex Tkachman
Guys, Thanks fo reference. I am still be curious if it should be done directly in Clojure runtime and available if clojure.jar is in classpath Alex On Wed, Aug 4, 2010 at 4:51 PM, Matt Fowles wrote: > Alex~ > There is a project on github that does exactly this. > http://github.com/krukow/clj-ds

Re: Generics in PersistentXXX classes

2010-08-09 Thread Krukow
On Aug 4, 5:33 pm, Alex Tkachman wrote: > Guys, > > Thanks fo reference. I am still be curious if it should be done > directly in Clojure runtime and available if clojure.jar is in > classpath > Hello Alex, You can easily use clojure.jar but there are a number of disadvantages when all you use

Re: Generics in PersistentXXX classes

2010-08-09 Thread Krukow
On Aug 4, 3:51 pm, Matt Fowles wrote: > Alex~ > > There is a project on github that does exactly this. > > http://github.com/krukow/clj-ds > > I don't know much about the current state of it, but I have plans in the > next month or so to try it out at work. > > Ma