aboutsummaryrefslogtreecommitdiff
path: root/lang/gscheme/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - drop USE_GNUSTEP_PREFIXDirk Meyer2010-05-301-10/+10
| | | | Notes: svn path=/head/; revision=255316
* - update for gnustep-make-2.0.0Dirk Meyer2007-05-251-1/+1
| | | | Notes: svn path=/head/; revision=191718
* A GNUstep-aware scheme interpreter. You need libflex installed on your system.Dirk Meyer2006-11-181-0/+10
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 Notes: svn path=/head/; revision=177497