schemers-website/www/Uses/index.shtml

46 lines
1.5 KiB
Plaintext
Raw Normal View History

<html>
<!-- Time-stamp: <00/07/17 12:38:27 shriram> -->
<!--#include virtual="/Formats/ssi-config.shtml" -->
<title>schemers.org: Scheme at Work</title>
<!--#include virtual="/Formats/prefix.shtml" -->
<p>
This page will list some of the large-scale uses of Scheme, in both
commercial applications and prominent free software.
</p>
<p> The <a href="http://www.gimp.org/">GIMP</a> is an image
manipulation program freely redistributable under the <a
href="http://www.gnu.org/copyleft/gpl.html">GNU Public Licence</a>. It
provides extensive <a
href="http://www.gimp.org/scripts.html">scripting capabilities</a> via
an embedded Scheme interpreter, allowing users to <a
href="http://www.soulfry.com/script-fu/">create images
procedurally</a> from a Scheme program. </p>
<p> The Scheme window manager, <a
href="http://scwm.mit.edu/">scwm</a>, is a window manager for
X-Windows written in Guile. Users can configure Scwm by writing
Scheme code. </p>
<p> GNOME AisleRiot uses Scheme for most of its programming.
(Reported by Shlomi Fish (<code>shlomif@vipe.technion.ac.il</code>).) </p>
<p> The <a href="http://www.cstr.ed.ac.uk/projects/festival/">
Festival speech synthesis package</a> probably uses Scheme; at
least, that's what its command line interface uses.
(Reported by Nathan Valentine <code>nrvale0@pop.uky.edu</code>.) </p>
<p> The <a href="http://sawmill.sourceforge.net/">
Sawfish window manager</a> is written in Lisp.
(Reported by Nathan Valentine <code>nrvale0@pop.uky.edu</code>.) </p>
<!--#include virtual="/Formats/suffix.shtml" -->
</html>