A small Scheme-like language inspired by Racket. Currently supported on Linux. Not tested on macOS or Windows.
The main
branch contains the newest features, but there is no guarantee on stability.
For the most recent stable release, checkout the stable
branch.
gcc
,make
(not tested withclang
)autoconf
,libtool
(if building with Boehm's garbage collector)- GNU MP library (GMP)
- Clone this repository (clone recusive if building Boehm's garbage collector)
- Run either
make boehm-gc
ormake minim-gc
- Run
make release
in this directory.