mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2a24946928
Submitted by: jmacd@uclink.berkeley.edu
14 lines
533 B
Plaintext
14 lines
533 B
Plaintext
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.
|
|
|
|
Scheme->C also includes an X interface library.
|
|
|
|
This port includes shared libs.
|
|
|
|
Ported to FreeBSD by Josh MacDonald, jmacd@uclink.berkeley.edu
|