Re: IDE and editors for Clojure

2010-12-02 Thread jhonghee
I am on Windows and use CCW/Enclojure. But ClojureBox is all-in-one solution for programming in emacs on windows. On Dec 2, 10:22 am, "Heinz N. Gies" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Nov 22, 2010, at 14:36 , HB wrote: > > > Hi, > > I'm pretty sure that this question

Re: IDE and editors for Clojure

2010-12-02 Thread Meikel Brandmeyer
Hi, then there is Vim+VimClojure. It is relatively full-featured, but has its quirks and is not necessarily trivial to set up for full integration. But it can get you quite a long part of the trip with plain Vim features. However it is only an option if you are a Vim user already. Otherwise I w

Re: IDE and editors for Clojure

2010-12-02 Thread Tim Robinson
Textmate + Clojure Bundle. There was a Textmate bundle that came out about a month ago that allows the REPL to be called from within the editor. Really slick. There was a video demo and all, I don't remember the name. When I get home, if no one has posted it already, I will provide the link. On D

Re: IDE and editors for Clojure

2010-12-02 Thread Heinz N. Gies
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Nov 22, 2010, at 14:36 , HB wrote: > Hi, > I'm pretty sure that this question is already been asked but failed to > find it. > What is your editor/IDE for Clojure? > I didn't try them all, which IDE has the best Clojure support these > days: Intel

Re: IDE and editors for Clojure

2010-11-24 Thread Ken Wesson
On Wed, Nov 24, 2010 at 1:33 PM, Sergey Didenko wrote: > I use Enclojure. > > It works quite well though has some bugs. For example *warn-on-reflection* > can not be set from its REPL. I use a standalone REPL for this case. Actually it can be set. There seems to be a bug in 1.4.0 with buffering.

Re: IDE and editors for Clojure

2010-11-24 Thread Sergey Didenko
I use Enclojure. It works quite well though has some bugs. For example *warn-on-reflection* can not be set from its REPL. I use a standalone REPL for this case. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to cloj

Re: IDE and editors for Clojure

2010-11-22 Thread Ken Wesson
On Mon, Nov 22, 2010 at 1:32 PM, James Reeves wrote: > Aquamacs is just Emacs with its UI tweaked to act more like a native > OSX application. Gee, why don't Windows users get an emacs that acts enough like a Windows application not to unpleasantly surprise them if they're used to, say, NetBeans?

Re: IDE and editors for Clojure

2010-11-22 Thread James Reeves
Aquamacs is just Emacs with its UI tweaked to act more like a native OSX application. - James On 22 November 2010 17:29, HB wrote: > I read that Rick is using Aquamacs, > What is the advantages of Aquamacs over Emacs+Slime? > > On Nov 22, 6:44 pm, Moritz Ulrich > wrote: >> My favorite is Emacs

Re: IDE and editors for Clojure

2010-11-22 Thread HB
I read that Rick is using Aquamacs, What is the advantages of Aquamacs over Emacs+Slime? On Nov 22, 6:44 pm, Moritz Ulrich wrote: > My favorite is Emacs in combination with Slime. It features *great* > integration through Slime and nice extensibility. It's also a good thing > that Emacs is *made*

Re: IDE and editors for Clojure

2010-11-22 Thread Laurent PETIT
Hi, I cannot but encourage you to give Eclipse's plugin (Counterclockwise) a try. Please note that since more and more of Counterclockwise internals itself is written in Clojure, one /could/ say that Counterclockwise is (more and more) *made* for programming in Clojure because it's written in Clo

Re: IDE and editors for Clojure

2010-11-22 Thread Moritz Ulrich
My favorite is Emacs in combination with Slime. It features *great* integration through Slime and nice extensibility. It's also a good thing that Emacs is *made* for programming in Lisp because it's written in a lisp (Emacs Lisp). On Mon, Nov 22, 2010 at 2:36 PM, HB wrote: > Hi, > I'm pretty sur

IDE and editors for Clojure

2010-11-22 Thread HB
Hi, I'm pretty sure that this question is already been asked but failed to find it. What is your editor/IDE for Clojure? I didn't try them all, which IDE has the best Clojure support these days: IntelliJ, NetBeans or Eclipse? I'm not pretty happy with IntelliJ plugin. Thanks for help and time. --