1994-12-29 23:35:47 +00:00
|
|
|
Scheme->C is an implementation of the language Scheme as described
|
|
|
|
in the Revised^4 Report on the Algorithmic Language Scheme (Lisp
|
|
|
|
Pointers, Volume Iv, Number 3, July-September 1991).
|
|
|
|
|
|
|
|
This implementation has certain extensions to the language which
|
|
|
|
allows Scheme to be compiled to C into standalone programs, combined
|
|
|
|
with other languages, or compiled into the interpreter itself.
|
|
|
|
|
1994-12-31 03:48:36 +00:00
|
|
|
Scheme->C also includes an X interface library.
|
|
|
|
|
|
|
|
This port includes shared libs.
|
1994-12-29 23:35:47 +00:00
|
|
|
|
|
|
|
Ported to FreeBSD by Josh MacDonald, jmacd@uclink.berkeley.edu
|