These are just random clojure related projects I've been working on. Eventually I'll have forums or somewhere you can post comments / requests / bugs etc... in the mean time, feel free email me .
clojure-mode
This is a fork off of Lennart Staflin's clojure-mode that has improved indentation and keyword highlighting that attempts to be up to date with clojure SVN.
This mode also comes with optional scripts and modifications for better integration with paredit mode. This also implies a slightly modified version of paredit that fixes some bugs made obvious when used with clojure.
- Download snapshot
- Browse repository
- git clone git://github.com/jochu/clojure-mode.git
swank-clojure
This is the very beginnings of a swank support (ie. slime). It only supports a very small subset of the features that a full fledged swank server provides.
It is currently under development, so expect some debug messages. But despite that, it's in enough of a workable state that I find it useful.
Current features:
- slime repl
- find-definitions (limited)
- simple-completions
- basic inspection
Features in progress:
- debugging
- full featured inspection
- Download snapshot
- Browse repository
- git clone git://github.com/jochu/swank-clojure.git
clojure-extra
Shell script:
- Configurable - set memory settings and startup capabilities in ~/.clojure.conf or /etc/clojure.conf.
- Java directory - place all your .jar files in ~/.clojure/ and they will be loaded into clojure
- Startup script - place your startup code into ~/.clojurerc
- Download snapshot
- Browse repository
- git clone git://github.com/jochu/clojure-extra.git