Files
pkgsrc-ng/lang/vscm/DESCR
2013-09-26 17:14:40 +02:00

9 lines
315 B
Plaintext

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.