Re: Contrib for Clojure 1.3

2012-02-02 Thread kohyama
Sean, Thank you! Yoshinori Kohyama -- 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

Re: Contrib for Clojure 1.3

2012-02-01 Thread Sean Corfield
On Tue, Jan 31, 2012 at 6:33 PM, kohyama wrote: > If I want to use the "contrib compiled against 1.3" with Leiningen, does > anyone know what entry I should specify at :dependencies in project.clj? If you follow that link, you'll see the github repo that Allen maintains and if you scroll down, yo

Re: Contrib for Clojure 1.3

2012-02-01 Thread kohyama
Sun, Thank you for your information. If I want to use the "contrib compiled against 1.3" with Leiningen, does anyone know what entry I should specify at :dependencies in project.clj? Regards, Yoshinori Kohyama -- You received this message because you are subscribed to the Google Groups "Cloju

Re: Contrib for Clojure 1.3

2012-01-31 Thread Sean Corfield
On Tue, Jan 31, 2012 at 7:11 AM, kohyama wrote: > O.K. Now I see that what we should do is depend on the namespace in contrib > 1.2. Some parts of the 1.2 contrib are not compatible with Clojure 1.3 so your success will depend on exactly which parts you use... It really would be better to avoid t

Re: Contrib for Clojure 1.3

2012-01-31 Thread Sean Corfield
On Tue, Jan 31, 2012 at 11:59 AM, Mark Engelberg wrote: > I  know there's some documentation about the migration out there, but > I do sympathize with the original poster -- it can still be > surprisingly difficult to figure out exactly what lines to put in the > lein project file to make the new

Re: Contrib for Clojure 1.3

2012-01-31 Thread kohyama
Baishampayan, Thank you for your informatioin. The page "Where Did Clojure.Contrib Go" tells me much. O.K. Now I see that what we should do is depend on the namespace in contrib 1.2. Thank you again. Best regards, Yoshinori Kohyama (@kohyama ) -- You received

Re: Contrib for Clojure 1.3

2012-01-31 Thread Sun Ning
As the wiki says, there is an unofficial branch of contrib compiled against 1.3 https://github.com/arohner/clojure-contrib/tree/1.3-compat On 01/31/2012 09:22 AM, kohyama wrote: Dear Sirs and Madams I'm going to use clojure 1.3. What should we do, when we're trying to do things like we've bee

Re: Contrib for Clojure 1.3

2012-01-31 Thread cej38
+1 Mark. One of the things that was really nice about clojure.contrib up through 1.2 was the unified API documentation. I would also like to see that come back. On Jan 31, 4:06 pm, Base wrote: > +1 Mark. > > On Jan 31, 1:59 pm, Mark Engelberg wrote: > > > > > > > > > On Tue, Jan 31, 2012 at

Re: Contrib for Clojure 1.3

2012-01-31 Thread Base
+1 Mark. On Jan 31, 1:59 pm, Mark Engelberg wrote: > On Tue, Jan 31, 2012 at 6:18 AM, Baishampayan Ghose wrote: > > As you might know, the monolithic clojure contrib from 1.2 got split > > into many independent > > contrib projects. The changes are quite well documented here - > > I  know there'

Re: Contrib for Clojure 1.3

2012-01-31 Thread Mark Engelberg
On Tue, Jan 31, 2012 at 6:18 AM, Baishampayan Ghose wrote: > As you might know, the monolithic clojure contrib from 1.2 got split > into many independent > contrib projects. The changes are quite well documented here - I know there's some documentation about the migration out there, but I do sym

Re: Contrib for Clojure 1.3

2012-01-31 Thread Baishampayan Ghose
Yoshinori, > I'm going to use clojure 1.3. > What should we do, when we're trying to do things like we've been doing with > clojure 1.2 and contrib 1.2? > Such as things with contrib.io, contrib.duck-stream, contrib.string. > > For example, to get lines in a file as a list of strings and do some >