Scheme (programming language): Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 31:
* [[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 [[COM]] 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 [http://www.shiro.dreamhost.com/scheme/gauche/index.html this site].
== Additional Resources ==
* [http://www.schemers.org/ A large collection of Scheme resources].