It has been a year since the first announcement of ClojureScript. I haven't been using ClojureScript in production, but am considering using the technology in an upcoming project. What is the current status of IDE and tooling support for ClojureScript. Here are the IDEs, editors and tools and I am aware of:
- ClojureScript REPL, browser-connected REPL
- ClojureScript Emacs setup with two REPLs
- lein-clojurescript Leiningen plugin for ClojuresSript compilation.
- lein-cljsbuild Leiningen plugin for automatically compiling ClojureScript files when they are modified.
- CLJS Watcher
- Light Table IDE Promising and innovative new Clojure/ClojureScript IDE which just reached 0.1.0.
There are probably a couple of project or tools which are missing on this list. I haven't seen any integration into one of the major IDEs, and I can imagine that the majority of people working on ClojureScript are using Emacs. I am fine with using Emacs, but not every developer will like the idea of using Emacs. Are there any tools or IDE extensions missing in this list, maybe even tools which have been used in larger projects?
not every developer will like the idea of using EmacsThey will! I'd find it very hard to be open-minded enough to try out cljs but not for emacs. Provided sufficient argumentation and a good set of defaults this shouldn't be a problem. – vemv Sep 3 '12 at 13:00