2009-03-14 13:31:05 +01:00
|
|
|
S9fES is an interpreter for a broad subset of (R4RS) Scheme. It is
|
|
|
|
written in ANSI C (C89) and Scheme and it runs in many popular
|
2009-06-15 12:38:37 +02:00
|
|
|
environments, including *BSD, Linux, Plan 9, and the unmentionable
|
|
|
|
horror.
|
2009-03-14 13:31:05 +01:00
|
|
|
|
|
|
|
The S9fES code strives to be simple and comprehensible. It is
|
2010-05-29 14:54:01 +02:00
|
|
|
particularly interesting to people who want to (a) write Unix
|
|
|
|
programs in a high-level language (b) try Scheme without having
|
|
|
|
to jump through too many hoops (c) study the implementation of
|
|
|
|
Scheme (in a language other than Scheme).
|
2009-03-14 13:31:05 +01:00
|
|
|
|
|
|
|
WWW: http://www.t3x.org/s9fes/
|