diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-20 06:08:32 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-20 06:08:32 +0800 |
commit | 171bb98da22e38d7ae5ac9db3c2b4595d6757f3d (patch) | |
tree | b9f0d99c95c5ecd45604ac157ee5f31a374c24bb /lang/Makefile | |
parent | 8f808685f635d0bfd5852ac9e38d1fcd60bb7c5e (diff) | |
download | freebsd-ports-gnome-171bb98da22e38d7ae5ac9db3c2b4595d6757f3d.tar.gz freebsd-ports-gnome-171bb98da22e38d7ae5ac9db3c2b4595d6757f3d.tar.zst freebsd-ports-gnome-171bb98da22e38d7ae5ac9db3c2b4595d6757f3d.zip |
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, 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
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index c4f349b3c1cb..2f3c162c326a 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -68,6 +68,7 @@ SUBDIR += fpc-utils SUBDIR += freetxl SUBDIR += gambas + SUBDIR += gambc SUBDIR += gauche SUBDIR += gawk SUBDIR += gcc-objc |