Skip to content

bertfrees/cljc.repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

REPL for ClojureC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published