Re: RFC: clj-ds Clojure data structure for Java (et al.)

2010-06-13 Thread Mike Anderson
On Jun 8, 1:34 pm, Krukow wrote: > I would like to hear the groups opinion before (and if) I release this > to the general public. > > http://github.com/krukow/clj-ds I really like this approach. Not sure if it's any use, but I created a data structure library of my own in Java which may have so

Re: RFC: clj-ds Clojure data structure for Java (et al.)

2010-06-08 Thread Jason Smith
I really like the idea of modularizing the language. Not just the Java parts, since Clojure compiles to class files as well. The clojure.jar / clojure-contrib.jar split is artificial, and the bigger these libraries get, the more obvious it will become that they need to be broken into multiple sep

Re: RFC: clj-ds Clojure data structure for Java (et al.)

2010-06-08 Thread Krukow
On Jun 8, 3:11 pm, B Smith-Mannschott wrote: > Yes please! OK :) > One nit: you probably didn't mean to check in your build products. The > classes directory is full of *.class files. No, I didn't want the class files - I was a bit fast on the commit. I'll clean it up. /Karl -- You receiv

Re: RFC: clj-ds Clojure data structure for Java (et al.)

2010-06-08 Thread B Smith-Mannschott
On Tue, Jun 8, 2010 at 14:34, Krukow wrote: > I would like to hear the groups opinion before (and if) I release this > to the general public. > > http://github.com/krukow/clj-ds > > README: > ... > *WHY* > First, I love Clojure :) ... > Unfortunately sometimes clients require that I use Java... >

RFC: clj-ds Clojure data structure for Java (et al.)

2010-06-08 Thread Krukow
I would like to hear the groups opinion before (and if) I release this to the general public. http://github.com/krukow/clj-ds README: ... *WHY* First, I love Clojure :) ... Unfortunately sometimes clients require that I use Java... The data structures used in the Clojure programming language are