On 12-05-01 11:01 AM, Burlen Loring wrote:
I am looking for the programmers reference / documentation for the scheme
interpreter included with gimp. I have so far not found it, and other scheme
interpreters seem to have many different definitions for eg string parsing
functions.

There is no official document for TinyScheme. The closest thing to it is the official R4RS or R5RS Scheme standard.

The R5RS document can be found at:
http://www.schemers.org/Documents/Standards/R5RS/r5rs.pdf

Not all features documented are supported by TinyScheme but its a good starting point to see the language syntax or some of the features supported. If other Scheme interpreters have many different definitions for things like string parsing they may not be following the Scheme standard, may be using custom sets of Scheme code, or be using some features from R6RS, or functions from the Scheme SRFI's.

--
Cheers!

Kevin.

http://www.ve3syb.ca/           |"Nerds make the shiny things that distract
Owner of Elecraft K2 #2172      | the mouth-breathers, and that's why we're
                                | powerful!"
#include <disclaimer/favourite> |             --Chris Hardwick
_______________________________________________
gimp-user-list mailing list
gimp-user-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-user-list

Reply via email to