A REPL for ClojureC.
After cloning this repository, execute the following command to download Clojure and ClojureC:
./bootstrap
ClojureC has some additional dependencies that you will have to install, notably GLib 2, the Boehm-Demers-Weiser garbage collector, and the Perl Compatible Regular Expressions library:
aptitude install libglib2.0-dev libgc-dev libpcre3-dev
and for Mac:
brew install glib bdw-gc pcre
Now you are ready to launch the REPL!
./repl
Copyright © 2013-2014 Bert Frees
Distributed under the Eclipse Public License, the same as Clojure.