commit 15802dc26dd87cb45ea76c6e245d759c11a664fa Author: Lassi Kortela Date: Thu Aug 4 21:00:11 2022 +0300 Add web page from Wayback Machine wayback_machine_downloader --to 20051218234159 http://www.gnustep.it/marko/GScheme/ diff --git a/www/GScheme.png b/www/GScheme.png new file mode 100644 index 0000000..68a6a00 Binary files /dev/null and b/www/GScheme.png differ diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..1f095c3 --- /dev/null +++ b/www/index.html @@ -0,0 +1,187 @@ + + +GScheme + + + + +

GScheme

+ +A GNUstep-aware scheme interpreter. + +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.

+ +Speed leaves something to be desired as there is a lot of overhead due +to Objective C.

+ +Press Ctrl-Return in the interpreter window to evaluate the last form +that you have entered. This will copy the form to the paste board, so that you +may re-enter it by pressing Alt-V. +

+ + +

+ +Download it + +here (TGZ) +or + +here (ZIP; Microsoft Internet Explorer 6). + +


+ +Special forms implemented include + + +Primitives implemented include + + + +There is a library of additional primitives that are loaded on start-up. +
+ +New! As of July 23, 2002: + + + +Examples now include queens.scm, which solves the classic problem and +takes symmetries into account. + +
+ +New! As of July 31, 2002: + + + +
+ +New! As of January 10, 2005: + + + +
+Important: older GNUstep installations may need to replace
+  #include <GNUstepBase/GSIMap.h>
+by
+  #include <base/GSIMap.h>
+at the very beginning of SchemeTypes.m.
+
+ +
+ +New! As of February 17, 2005: +

+New primitives: + +

+ +
+ +New! As of February 25, 2005: +

+New primitives, graphical ones come first. + +

+ +There is a demo in "text.scm." You will probably have to change the +font names in the demo to reflect the fonts that you have on your +system e.g. as displayed in the font panel of Ink.app. + +Additional primitives: + + + +
+ +New! As of Mar 2, 2005: +

+New primitives: + +

+ +My homepage is +here. + +
+ +markoriedelde@yahoo.de + + + + + \ No newline at end of file