Re: Easy Way To Download Clojure Libraries From Git

2010-12-04 Thread Matjaz Gregoric
;> use clojure without leiningen or a similar tool was a mistake. > >> > >> Thanks, > >> Peter > >> > >> ____ > >> From: Sunil S Nandihalli > >> Sender: clojure@googlegroups.com > >> Date: Sat, 4 De

Re: Easy Way To Download Clojure Libraries From Git

2010-12-03 Thread Asim Jalis
e detail/options). I found that for me, trying to >> use clojure without leiningen or a similar tool was a mistake. >> >> Thanks, >> Peter >> >> >> From: Sunil S Nandihalli >> Sender: clojure@googlegroups.com >> D

Re: Easy Way To Download Clojure Libraries From Git

2010-12-03 Thread Alan Dipert
_ > From: Sunil S Nandihalli > Sender: clojure@googlegroups.com > Date: Sat, 4 Dec 2010 07:12:23 +0530 > To: > ReplyTo: clojure@googlegroups.com > Subject: Re: Easy Way To Download Clojure Libraries From Git > Hi Asim, >  just do > lein new > and add > [clojureql

Re: Easy Way To Download Clojure Libraries From Git

2010-12-03 Thread buckmeisterq
essage- From: Sunil S Nandihalli Sender: clojure@googlegroups.com Date: Sat, 4 Dec 2010 07:12:23 To: Reply-To: clojure@googlegroups.com Subject: Re: Easy Way To Download Clojure Libraries From Git Hi Asim, just do lein new and add [clojureql "1.0.0-beta2-SNAPSHOT"] to your dependencies i

Re: Easy Way To Download Clojure Libraries From Git

2010-12-03 Thread Sunil S Nandihalli
ec 4, 2010 at 6:23 AM, Asim Jalis wrote: > Is there an easy way to download Clojure libraries from Git and to > play with them in the repl? > > It looks like all of them expect to be downloaded using leiningen, and > leiningen requires creating a project, with dependencies on specifi

Easy Way To Download Clojure Libraries From Git

2010-12-03 Thread Asim Jalis
Is there an easy way to download Clojure libraries from Git and to play with them in the repl? It looks like all of them expect to be downloaded using leiningen, and leiningen requires creating a project, with dependencies on specific libraries. It would be nice if I could do something like