Content deleted Content added
m copyedit |
added Hello world program to list of examples |
||
Line 30:
== Examples ==
Scheme code can be found in at least the following Wikipedia articles:
* [[Hello world program]]
* [[Arithmetic geometric mean]]
* [[Tail recursion]]
Line 38 ⟶ 39:
* [[Guile]] is the [[GNU|GNU project]]'s official extension language. The Scheme interpreter is packaged as a library to provide scripting to applications. It can be found [http://www.gnu.org/software/guile/ here].
* [http://www.plt-scheme.org/ The PLT Scheme suite], a suite of Scheme programs for Windows, Mac, and Unix platforms including an interpreter (MzScheme), a graphical toolkit (MrEd), a pedagogically-oriented graphical editor (DrScheme), and various other components including [[Component object model]] and [[ODBC]] libraries.
* [[Gauche]] is an R5RS Scheme implementation developed to be a handy script interpreter, which allows programmers and system administrators to write small to large scripts for their daily chores. Quick startup, built-in system interface, native multilingual support are some of my goals. [[Gauche]] is being developed by Shiro Kawai and BSD licensed.It can be found at
|