Skip to content

Latest commit

 

History

History
executable file
·
47 lines (33 loc) · 841 Bytes

README.md

File metadata and controls

executable file
·
47 lines (33 loc) · 841 Bytes

A REPL for ClojureC.

Prerequisites

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

Usage

Now you are ready to launch the REPL!

./repl

License

Copyright © 2013-2014 Bert Frees

Distributed under the Eclipse Public License, the same as Clojure.