aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-11-18 17:55:59 +0800
committerdinoex <dinoex@FreeBSD.org>2006-11-18 17:55:59 +0800
commit20a99c31196d1af5d3232937997cf0d9fd92f455 (patch)
tree63d67b50f6c217cc08fb129e84c1d43177c2f99d /lang/Makefile
parentbb9df338143695810f5fd6c238a7a4ac3ec5dbb3 (diff)
downloadfreebsd-ports-gnome-20a99c31196d1af5d3232937997cf0d9fd92f455.tar.gz
freebsd-ports-gnome-20a99c31196d1af5d3232937997cf0d9fd92f455.tar.zst
freebsd-ports-gnome-20a99c31196d1af5d3232937997cf0d9fd92f455.zip
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
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 9002f6728998..fe8591815ce4 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -109,6 +109,7 @@
SUBDIR += gpc
SUBDIR += gprolog
SUBDIR += groovy
+ SUBDIR += gscheme
SUBDIR += guile
SUBDIR += harbour
SUBDIR += haskell-mode.el