head	1.2;
access;
symbols
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.07.25.03.27.57;	author wxs;	state dead;
branches;
next	1.1;

1.1
date	2007.01.19.22.08.32;	author itetcu;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Remove lang/gambc after it's been repocopied to lang/gambit-c

PR:		ports/124087
Submitted by:	Timothy Beyer <beyert@@cs.ucr.edu>
Approved by:	Captain Fourier <rzinkov@@gmail.com> (old maintainer)
@
text
@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/
@


1.1
log
@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
@
text
@@

