Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VimClojure and Clojure 1.2

Tags:

vim

clojure

What's the latest for using VimClojure with Clojure 1.2?

I've tried the instructions from a number of different pages that tell me how to set up Clojure, Leiningen and VimClojure, but I can't get any of them to properly start the REPL. There is always an exception raised from a forName() call.

I read this could possibly be due to an incompatibility between VimClojure and Clojure 1.2.

Has anyone gotten this combination to work? Can you post instructions/hints?

like image 389
qrest Avatar asked Mar 10 '26 07:03

qrest


1 Answers

The latest release 2.1.2 is not compatible with Clojure 1.2 due to some change in the reader. The next release will work with 1.2. There are just a few things left to be ironed out before the release is ready. So stay tuned.

EDIT: There is a google group where you can get support with VimClojure. Or you may drop me an email directly: my initials at kotka dot de.

like image 50
kotarak Avatar answered Mar 12 '26 08:03

kotarak