Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using clojure and leiningen with IDEs

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?

like image 386
Arthur Ulfeldt Avatar asked Jan 26 '10 00:01

Arthur Ulfeldt


1 Answers

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.

like image 85
Alistair Collins Avatar answered Oct 12 '22 08:10

Alistair Collins