Hi,

Am 21.01.2009 um 21:44 schrieb Mark Volkmann:

What is the difference between vimclojure and Gorilla?

VimClojure provides static things like syntax highlighting,
indenting and static code completion as supported by
Vim (<C-N>). It's purely Vim and needs nothing else.

Gorilla supplements VimClojure with dynamic features,
similar to SLIME for emacs:
- send expressions to a Clojure server
- lookup docstrings, javadoc, Chouser's show...
- expand macros
- complete static members of Classes (<- unique feature AFAIK :))
- provide a Repl inside a Vim buffer

It currently needs Ruby and isn't very stable. I'm working
on removing the Ruby dependency though. VimClojure
is a prerequisite for Gorilla, since the latter depends on the
syntax highlighting of the former.

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to