Using clojure and leiningen with IDEs

Arthur Ulfeldt picture Arthur Ulfeldt · Jan 26, 2010 · Viewed 11.1k times · Source

I'm looking at switching my projects build from Ant to leiningen and wanted to know if there is a Clojure IDE (intellij, eclipse, netbeans) for which the "build" and "debug" buttons will still work?

Answer

Alistair Collins picture Alistair Collins · Sep 12, 2011

I've been using Eclipse and CounterClockwise plugin with Leiningen configured to be accessed via External Tools. As the blog post title says, it's a "Poor Man's Integration", but has worked for the example I've tried.