Presentation
Counterclockwise is an Eclipse plugin helping developer write Clojure code.
Installing Counterclockwise and starting testing/developing in clojure is really just a matter of minutes!
How is Counterclockwise related to clojure-dev
clojure-dev was the first name of the Counterclockwise project. But then Rich Hickey created a clojure mailing list dedicated to the developers of clojure, and named it "clojuredev". So as good citizens, we chose to change the name of the clojure-dev project to Counterclockwise (ccw for short).
ANNOUNCE
NEW RELEASE 0.0.41 (as of 2009/11/19) (see the ReleaseNotes page for detail)
Quick links
- Screenshots
- Installation / Feature description / Documentation
- Release notes
- Source code repository on github
- TroubleShooting
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)
- Debug
- Ability to add breakpoints to clojure source code
- 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