head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	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.3
date	2010.06.04.13.58.54;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2009.01.16.17.00.31;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2006.11.18.09.55.59;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.3
log
@LICENSE GPLv2
@
text
@A GNUstep-aware scheme interpreter. You need libflex installed on your system.
Includes many examples, e.g. the sieve of Erathostenes to compute primes,
a Koch curve plotter, mandelbrot set, graphs of various functions etc.
GScheme is fully tail recursive. The garbage collector bypasses GNUstep's
retain/release mechanism in order to deal with circular data structures.
GScheme is document-based and you can edit more than one file at the same time.

LICENSE: GPL2 or later

WWW: http://www.gnustep.it/marko/GScheme/index.html
@


1.2
log
@- add LICENSE:
@
text
@d8 1
a8 1
LICENSE: GPL2+
@


1.1
log
@A GNUstep-aware scheme interpreter. You need libflex installed on your system.
Includes many examples, e.g. the sieve of Erathostenes to compute primes,
a Koch curve plotter, mandelbrot set, graphs of various functions etc.
GScheme is fully tail recursive. The garbage collector bypasses GNUstep's
retain/release mechanism in order to deal with circular data structures.
GScheme is document-based and you can edit more than one file at the same time.

WWW: http://www.gnustep.it/marko/GScheme/index.html
@
text
@d8 2
@

