Bump lang/gambit-c to version 4.8.8_4,1
[dports.git] / lang / gambit-c / pkg-descr
1 The Gambit programming system is a full implementation of the Scheme
2 language which conforms to the R4RS and IEEE Scheme standards. It
3 consists of two main programs: gsi-gambit, the Gambit Scheme
4 interpreter, and gsc-gambit, the Gambit Scheme compiler.
5
6 Gambit-C is a version of the Gambit programming system in which the
7 compiler generates portable C code, making the whole Gambit-C system
8 and the programs compiled with it easily portable to many computer
9 architectures for which a C compiler is available. With appropriate
10 declarations in the source code the executable programs generated by
11 the compiler run roughly as fast as equivalent C programs.
12
13 WWW: http://www.iro.umontreal.ca/~gambit/