ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
## 编辑器和IDE Clojure plugins for many editors and IDEs are available. For emacs there is clojure-mode and swank-clojure, both at [https://github.com/technomancy/swank-clojure](https://github.com/technomancy/swank-clojure) . swank-clojure uses the Superior Lisp Interaction Mode for Emacs (Slime) described at [http://common-lisp.net/project/slime/](http://common-lisp.net/project/slime/) . For Vim there is VimClojure [http://kotka.de/projects/clojure/vimclojure.html](http://kotka.de/projects/clojure/vimclojure.html) . For NetBeans there is enclojure at [http://enclojure.org/](http://enclojure.org/) . For IDEA there a "La Clojure" at [http://plugins.intellij.net/plugin/?id=4050](http://plugins.intellij.net/plugin/?id=4050) . For Eclipse there is Counter Clockwise at [http://dev.clojure.org/display/doc/Getting+Started+with+Eclipse+and+Counterclockwise](http://dev.clojure.org/display/doc/Getting+Started+with+Eclipse+and+Counterclockwise) .