On Jun 17, 10:24 am, Wrexsoul <[email protected]> wrote: > On Jun 17, 12:44 am, Daniel Lyons <[email protected]> wrote: > > > > (use 'clojure.contrib.seq-utils) > > Don't have that library. Still hasn't been released yet, last I > checked. I am not sure if a pre-built clojure-contrib.jar is available. You could consider building from sources. It should be quite straightforward. [src]% git clone git://github.com/richhickey/clojure-contrib.git [src]% cd clojure-contrib [clojure-contrib]% ant clean jar -Dclojure.jar=../clojure/clojure.jar [clojure-contrib]% ls build.xml classes/ ClojureCLR/ clojure-contrib.jar clojure-contrib- slim.jar clojurescript/ CPL.TXT* epl-v10.html launchers/ pom.xml README.txt Revisions src/ [clojure-contrib]% Note that -Dclojure.jar in the ant command above should point to whereever you have the clojure.jar. clojure-contrib has a lot of useful libs that you will miss out on in case you are not using it. Regards, Parth --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
