A REPL for ClojureC.
After cloning this repository, execute the following command to download Clojure and ClojureC:
./bootstrapClojureC 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-devand for Mac:
brew install glib bdw-gc pcreNow you are ready to launch the REPL!
./replCopyright © 2013-2014 Bert Frees
Distributed under the Eclipse Public License, the same as Clojure.