Re: Trying to set up clojure... and failing

2011-06-20 Thread Peter Tabatt
Thanks guys :) On Jun 20, 1:29 am, Mark Rathwell wrote: > I think lein runs 'deps' with the 'repl' task, but just in case you may also > want to include a 'lein deps' in step 3: > > 3. Get a repl to play around with: > > cd first-time > lein deps > lein repl > > On Mon, Jun 20, 2011 at 2:17 AM, M

Re: Trying to set up clojure... and failing

2011-06-19 Thread Mark Rathwell
I think lein runs 'deps' with the 'repl' task, but just in case you may also want to include a 'lein deps' in step 3: 3. Get a repl to play around with: cd first-time lein deps lein repl On Mon, Jun 20, 2011 at 2:17 AM, Mark Rathwell wrote: > > Agreed, you should definitely start with lein. I

Re: Trying to set up clojure... and failing

2011-06-19 Thread Mark Rathwell
Agreed, you should definitely start with lein. If you have ~/bin on your path (and curl): 1. Get lein: curl -L https://github.com/technomancy/leiningen/raw/stable/bin/lein > ~/lein chmod a+x ~/lein 2. Create a new project with lein (in current working directory) lein new first-time 3. Get a re

Re: Trying to set up clojure... and failing

2011-06-19 Thread Sean Corfield
On Sun, Jun 19, 2011 at 5:18 PM, Peter Tabatt wrote: > Hey guys, I downloaded the clojure file from github, unzipped it and > can't go any further. Any ideas? I strongly recommend starting with Leiningen instead of the raw Clojure JAR files. https://github.com/technomancy/leiningen If you alrea

Re: Trying to set up clojure... and failing

2011-06-19 Thread Ken Wesson
On Sun, Jun 19, 2011 at 8:18 PM, Peter Tabatt wrote: > Hey guys, I downloaded the clojure file from github, unzipped it and > can't go any further. Any ideas? > > I ran (the command in the Quick start section) this: > > Peter-Tabatts-MacBook-Pro:clojure ptabatt$ unzip richhickey-clojure- > clr-clo

Trying to set up clojure... and failing

2011-06-19 Thread Peter Tabatt
Hey guys, I downloaded the clojure file from github, unzipped it and can't go any further. Any ideas? I ran (the command in the Quick start section) this: Peter-Tabatts-MacBook-Pro:clojure ptabatt$ unzip richhickey-clojure- clr-clojure-1.3.0-alpha7-8-g84e3baa.zip Archive: richhickey-clojure-clr-