Friday, May 20, 2011

Swank Clojure in seconds with Maven (Link)

Clojure is at the end of the day Java. Whether you love it or hate it, Maven is here to stay for java builds. Here is a very good article by learningclojure.com on how to get Clojure REPL or Swank Clojure up and running in seconds with a simple Maven pom.xml file. Also, If you've wondered what goes on beneath leiningen, this is a good place to start:

http://www.learningclojure.com/2010/08/clojure-emacs-swank-slime-maven-maven.html

Now, starting a REPL is as simple as:

$ mvn clojure:repl

Starting Swank server for Emacs is as simple as:

$ mvn clojure:swank

No comments:

Post a Comment