Projects
This is a list of the projects I currently work on. I categorised them roughly.
Vim Projects
- EnhancedCommentify is a script to easily comment and decomment lines in many different languages.
- Chimp talks to external interpreters.
- VimTAP is a TAP implementation for Vim.
- Gatekeeper is proposal of mine to unify the loading procedure of Vim plugins.
Clojure Projects
- VimClojure is a Clojure filetype and indent plugin for Vim
- ClojureCheck is an implementation of TAP and QuickCheck
- LazyMap is a lazy map implementation for Clojure
- parser is a parser combinator library for Clojure
- clj-forms is a small wrapper DSL around JGoodies Forms