Clojure Start – Easy way to get started with pet clojure projects
I created this new project clojure-start . It is mainly to get started with small pet clojure projects. Just clone from here http://github.com/sivajag/clojure-start
1) Make sure you have leiningen (http://github.com/technomancy/leiningen) installed
2) lein deps
3) lein swank
4) In emacs do slime-connect and start hacking
This project already comes with compojure (http://github.com/weavejester/compojure) and example code.
Let me know what you think.
PS: I will keep clojure-start updated with new open source clojure libraries.
Feedback welcome
