diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-01 12:44:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-01 12:44:34 +0000 |
commit | e9003a132fbf309df223ffb77a16049a2509f7bf (patch) | |
tree | 086a06a2780bfb684ede1f0b562a8efd7a72c13a /lang/gambit-c/pkg-descr | |
parent | 9b7942ca367f6aa85507aec16184cc4bef9c6dc6 (diff) |
Notes
Diffstat (limited to 'lang/gambit-c/pkg-descr')
-rw-r--r-- | lang/gambit-c/pkg-descr | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lang/gambit-c/pkg-descr b/lang/gambit-c/pkg-descr index 5681a3a7a70b..9cd75aa58c47 100644 --- a/lang/gambit-c/pkg-descr +++ b/lang/gambit-c/pkg-descr @@ -1,14 +1,14 @@ -The Gambit programming system is a full implementation of the Scheme -language which conforms to the R4RS and IEEE Scheme standards. It -consists of two main programs: gsi-gambit, the Gambit Scheme interpreter, -and gsc-gambit, the Gambit Scheme compiler. +The Gambit programming system is a full implementation of the Scheme +language which conforms to the R4RS and IEEE Scheme standards. It +consists of two main programs: gsi-gambit, the Gambit Scheme +interpreter, and gsc-gambit, 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. +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/ |