aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gscheme/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gscheme/pkg-descr')
-rw-r--r--lang/gscheme/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/gscheme/pkg-descr b/lang/gscheme/pkg-descr
new file mode 100644
index 000000000000..9e6d670fd2e9
--- /dev/null
+++ b/lang/gscheme/pkg-descr
@@ -0,0 +1,8 @@
+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