aboutsummaryrefslogtreecommitdiff
path: root/lang/gambit-c/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.6.0Pav Lucistnik2010-10-011-10/+10
| | | | | | | | PR: ports/151045 Submitted by: Adrien Pierard <pmn@bakarika.net> (maintainer) Notes: svn path=/head/; revision=262250
* - Update to v4_4_3Dmitry Marakasov2009-06-061-2/+3
| | | | | | | | PR: 135252 Submitted by: Adrien <pmn@bakarika.net> (maintainer) Notes: svn path=/head/; revision=235293
* The Gambit programming system is a full implementation of the SchemeIon-Mihai Tetcu2007-01-191-0/+13
language which conforms to the R4RS and IEEE Scheme standards. It consists of two main programs: gsi, the Gambit Scheme interpreter, and gsc, the Gambit Scheme compiler. Gambit-C is a version of the Gambit programming system in which the compiler generates portable C code, making the whole Gambit-C system and the programs compiled with it easily portable to many computer architectures for which a C compiler is available. With appropriate declarations in the source code the executable programs generated by the compiler run roughly as fast as equivalent C programs. WWW: http://www.iro.umontreal.ca/~gambit/ PR: ports/107405 Submitted by: Rob Zinkov Notes: svn path=/head/; revision=182819