Re: Installing Clojure on OS X

2010-08-17 Thread Michael Ossareh
On Tue, Aug 17, 2010 at 07:59, HB wrote: > Hey, > How to install Clojure on Mac OS X? > I wrote this pre 1.2: https://docs.google.com/Doc?docid=0AW2Ojyy-IGoHZGR0c256dmZfNTRjenBoYnBjaA&hl=en There are likely a few changes needed but a cursory glance and it mostly looks right. In summary - use em

Re: Installing Clojure on OS X

2010-08-17 Thread Dave
I usually do: 1) lein new your-project-name 2) cd your-project-name, add :dev-dependencies [[swank-clojure "1.3.0- SNAPSHOT"]] to your project.clj, and run lein deps 3) run lein swank 4) Connect from emacs with M-x slime-connect and accept the default options it gives you. I haven't had any tro

Re: Installing Clojure on OS X

2010-08-17 Thread Saul Hazledine
On Aug 17, 6:22 pm, Michael Gardner wrote: > > What's wrong with MacPorts? I've used it to install Clojure (and many other > things) on my Mac, without much trouble. I've never used MacPorts with Clojure and don't use a Mac at all now so things might have improved. However, I had 3 years of trou

Re: Installing Clojure on OS X

2010-08-17 Thread Michael Gardner
On Aug 17, 2010, at 10:17 AM, Saul Hazledine wrote: > On Aug 17, 3:59 pm, HB wrote: >> Hey, >> How to install Clojure on Mac OS X? >> I googled the web, some use MacPorts, others write some shell scripts. >> Is there a -standard- way to install Clojure on OS X (if possible, >> please don't refer

Re: Installing Clojure on OS X

2010-08-17 Thread Lee Spector
I'm also a relative newbie who works mostly in OS X. If you really just want the core language support and you're going to call java from the command line then you can do the platform-agnostic download from http://clojure.org/downloads and that should work fine. If you want more, like an IDE w

Re: Installing Clojure on OS X

2010-08-17 Thread David Nolen
On Tue, Aug 17, 2010 at 12:17 PM, David Nolen wrote: > On Tue, Aug 17, 2010 at 12:00 PM, HB wrote: > >> How cake is differ from Dejour? >> http://github.com/russolsen/dejour >> Thanks all for help. >> > > - "instant-on" REPLs > - Excellent tab-completion > - Actively developed > - My TextMate Clo

Re: Installing Clojure on OS X

2010-08-17 Thread David Nolen
On Tue, Aug 17, 2010 at 12:00 PM, HB wrote: > How cake is differ from Dejour? > http://github.com/russolsen/dejour > Thanks all for help. > - "instant-on" REPLs - Excellent tab-completion - Actively developed - My TextMate Clojure bundle relies on it ;) http://github.com/swannodette/textmate-clo

Re: Installing Clojure on OS X

2010-08-17 Thread HB
How cake is differ from Dejour? http://github.com/russolsen/dejour Thanks all for help. On Aug 17, 6:41 pm, David Nolen wrote: > On Tue, Aug 17, 2010 at 10:59 AM, HB wrote: > > Hey, > > How to install Clojure on Mac OS X? > > I googled the web, some use MacPorts, others write some shell scripts.

Re: Installing Clojure on OS X

2010-08-17 Thread HB
Currently, I just to play around Clojure and TextMate. Ne need for the heavy guns :) On Aug 17, 6:39 pm, cej38 wrote: > My first question would be how do you want to interact with clojure? > Are you going to be using something like Netbeans, or emacs, or > [shudder] vi?  The answer really kinda d

Re: Installing Clojure on OS X

2010-08-17 Thread David Nolen
On Tue, Aug 17, 2010 at 10:59 AM, HB wrote: > Hey, > How to install Clojure on Mac OS X? > I googled the web, some use MacPorts, others write some shell scripts. > Is there a -standard- way to install Clojure on OS X (if possible, > please don't refer me to MacPorts)? > Thanks all for help and ti

Re: Installing Clojure on OS X

2010-08-17 Thread cej38
My first question would be how do you want to interact with clojure? Are you going to be using something like Netbeans, or emacs, or [shudder] vi? The answer really kinda depends on that. I really like Netbeans. The Enclojure plug-in works well. Also, all of these problems with using Macports,

Re: Installing Clojure on OS X

2010-08-17 Thread Saul Hazledine
On Aug 17, 3:59 pm, HB wrote: > Hey, > How to install Clojure on Mac OS X? > I googled the web, some use MacPorts, others write some shell scripts. > Is there a -standard- way to install Clojure on OS X (if possible, > please don't refer me to MacPorts)? > Thanks all for help and time. I used a M