Wednesday, September 26

Installing Clojure and Leiningen on Mac OS X

Today I've start to play with Clojure.

I'm using Mac OS X for non-windows programming so I search for way to install Clojure on my machine. After short search I found Leiningen which helps to create, manage, run and test Clojure projects.

To install Clojure and Leiningen on your Mac OS X:

brew install clojure
brew install leiningen
I use the tutorial in Leiningen to get started even though it is not so great simply because I don't know Clojure yet.

I've found the instructions at http://pupeno.com/2011/07/30/getting-started-with-la-clojure-on-mac-os-x-a-visual-guide/

No comments:

Post a Comment