Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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:

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?

share|improve this question
Personally I like ClojureScript a lot. It's a fantastic concept, and it amazes me how much cool software and tools the Clojure folks manage to release. I'd be interested in improving the ClojureScript mode in Emacs, since I've started doing a bit of Elisp development myself. – raju-bitter Aug 20 '12 at 22:19
Luke Amdor had been working on github.com/rubbish/clojurescript-mode, but that repository is offline now, although the Elisp file can still be downloaded here: marmalade-repo.org/packages/clojurescript-mode Does anyone know why the code is offline on Github now? – raju-bitter Aug 22 '12 at 23:40
2  
not every developer will like the idea of using Emacs They 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
I never was in the situation to try to get a team member to use Emacs instead of something like IntelliJ or Eclipse. But you are right, if someone is open enough to use ClojureScript, they'll probably be open enough to use Emacs as well. – raju-bitter Sep 18 '12 at 21:09

2 Answers

up vote 4 down vote accepted

I use La Clojure with intellij. i think for the most part you are on your own, except for syntax highlighting though. You could also try Lighttable however, which is a kickstarter based Clojurescript Web IDE.

share|improve this answer
Thanks, and yes, I've tried Light Table since the first test version. It's a very exciting approach to an IDE, and I'll be more than happy to use it once it has been released as beta. – raju-bitter Sep 18 '12 at 21:07

Haven't tried this yet, but it looks promising: http://www.acooke.org/cute/Clojurescr0.html. This is very simple method for enabling Clojurescript editing in IntelliJ IDEA. Given that La Clojure plugin is very good, I guess IDEA will be friendly to Clojurescript code too.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.