clojure-dev is an integrated development environment (IDE) for the Clojure programming language, built on the Eclipse platform.
Installing it and starting testing/developing in clojure is really just a matter of minutes!
NEW RELEASE 0.0.34 (as of 2009/05/11) (see this announce for detail)
Quick links
Coarse grained roadmap
(in bold features already implemented)
- Source code editing:
- syntax coloring, rainbow parens
- interaction with the REPL
- auto-indentation
- Formatting
- Navigation
- a minima of JDT integration
- Code completion with source/java doc (first pass)
- REPL
- namespace browser
- navigate the tree of currently loaded libs
- symbol name/docstring based search feature
- jump to code feature
- syntax coloring
- code completion
- JDT integration
- auto-build feature coupled with the active REPL