blob: 827e7ab2929716e4205710ce36276f7f3b489fb3 (
plain)
1
2
3
4
5
6
7
8
|
VSCM -- A portable Scheme implementation
This is VSCM, a complete and portable implementation of Scheme
according to R4RS (The ``Revised revised revised revised Report of the
Algorithmic Language Scheme'').
VSCM is based on a virtual machine written in ANSI C and on a
bytecode-compiler written in Scheme itself.
|