aboutsummaryrefslogtreecommitdiff
path: root/lang/gambit-c/pkg-descr
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-08-28 06:36:32 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-08-28 06:36:32 +0000
commiteff7a41a89a529719ab1daaefe8fa30f3181ad15 (patch)
tree3885784baf7be55cfbbb571ebc28f2cc6f782b0a /lang/gambit-c/pkg-descr
parent3968deee88b577b69f23b2c00b7c3ef3d69fabda (diff)
Notes
Diffstat (limited to 'lang/gambit-c/pkg-descr')
-rw-r--r--lang/gambit-c/pkg-descr5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gambit-c/pkg-descr b/lang/gambit-c/pkg-descr
index 9cd75aa58c47..03d52e013929 100644
--- a/lang/gambit-c/pkg-descr
+++ b/lang/gambit-c/pkg-descr
@@ -1,13 +1,12 @@
The Gambit programming system is a full implementation of the Scheme
-language which conforms to the R4RS and IEEE Scheme standards. It
+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
+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.