Scheme (programming language): Difference between revisions

Content deleted Content added
m relink ja:
No edit summary
Line 183:
* [[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 is BSD licensed. It can be found at [http://www.shiro.dreamhost.com/scheme/gauche/index.html this site].
* [http://www-sop.inria.fr/mimosa/fp/Bigloo/ Bigloo] is a Scheme-to-C and Scheme-to-Java compiler which produces small, fast executables. It focuses on being a practical tool for real-world tasks, and there is a relatively large number of useful libraries available for it.
* There are many, many, many more implementations listed in the [http://www.schemers.org/Documents/FAQ/ schemers.org FAQ].