| Author |
IDE support for closure
|
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
|
Which IDE's support clojure?
|
Groovy
|
 |
Stian Almaas
Ranch Hand
Joined: Sep 22, 2005
Posts: 33
|
|
All the major java IDEs all support clojure via plugins. Intellij IDEA (the best java IDE ) has the La Clojure plugin, which has become very good with the latest IDEA 10 version. Eclipse has CounterClockwise, Netbeans also has one (I forget the name...). And of course you can use Emacs with the Slime-Swank combo, which a lot of the hardcore clojurians use.
All of these are good alternatives.
Best regards,
Stian
|
 |
Arjun Shastry
Ranch Hand
Joined: Mar 13, 2003
Posts: 1854
|
|
You can find more information here-
http://www.enclojure.org/
|
MH
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
|
Thanks Stian Almaas ,Arjun Shastry
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
You may want to check Clojure FAQ page as your question is already addressed:
http://www.coderanch.com/how-to/java/BeClojurian
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12928
|
|
And don't forget that it is Clojure and not Closure...
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
I just finished playing with La Clojure plugin of IntelliJ 10 and I'm really impressed.
Rainbow parentheses (I like this feature a lot) but what is really impressive that the REPL now supports auto-completing and syntax coloring.
Highly recommended plugin.
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
|
I'm using Vim and the Vimclojure plugin also has the rainbow parentheses. Very convenient.
|
[My Blog]
All roads lead to JavaRanch
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Jesper de Jong wrote:And don't forget that it is Clo jure and not Closure...
It was a typo
|
 |
 |
|
|
subject: IDE support for closure
|
|
|