R^4RS対応 Scheme インタープリタ
This is version 1.10 of AM-Scheme, Atsushi-Moriwaki's Scheme.
The AM-Scheme Interpreter is based on "SCHEME Interpreter in Common
Lisp" in Appendix of T.Matsuda & K.Saigo, Programming of LISP, archive
No5 (1987) p6 - p42 (Published in Japan).
Basically, it is a R^4RS conformant Scheme interpreter designed small
computers in mind. It supports all syntax and essential procedures of
R^4RS. However, macro features are not the one defined in R^4RS. It
is written in K&R C, but could be compiled by ANSI-C without any
serious problem. In fact, majority of cases we use GCC -- GNU's ANSI
conformant C compiler -- to run on UNIX boxes.