Using Andre van Tonder's syntax-case & library system on Gambit

There is a compile script written in Gambit scheme that will compile all the libraries together into a loadable library. The libraries are divided into 4 sets; each set being dependent on the previous layer.

  1. Core libraries
  2. The Gambit libraries are where all the extensions to r5rs are put
  3. the standard and base libraries.
  4. The srfi's that are implemented by gambit.

There are some general differences:

See installation instructions for details on how to install and test the packages

The source of this project is available as a darcs2 repository or tarball.

General discussion mailing list: http://smyles.com/mailman/listinfo/r6gambit

Core libraries:

Gambit libraries:

R6RS libraries implemented:

R6RS libraries (incomplete):

SRFI libraries:

TODO: