94 lines
2.2 KiB
HTML
94 lines
2.2 KiB
HTML
<html>
|
|
|
|
<!-- Time-stamp: <00/07/17 12:38:27 shriram> -->
|
|
|
|
|
|
|
|
|
|
<title>schemers.org: Scheme at Work</title>
|
|
|
|
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
|
|
|
|
<body bgcolor=WHITE text=BLACK link=BLUE vlink="#aa0088" alink=RED>
|
|
|
|
<p>
|
|
<table width=100%>
|
|
<tr valign=TOP>
|
|
<td>
|
|
<img src="../logo-dsandler.gif"
|
|
alt="logo"
|
|
width=110
|
|
height=70>
|
|
<br><br>
|
|
'(schemers . org):<br>
|
|
an improper list<br>
|
|
of Scheme resources<br>
|
|
—[<a href="../Welcome/">DS</a>]
|
|
</td>
|
|
<td>
|
|
|
|
|
|
<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>
|
|
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
<p>
|
|
<br>
|
|
<table width=100%>
|
|
<tr>
|
|
<td align=LEFT>
|
|
Last modified Monday, 17-Jul-2000 13:38:27 EDT
|
|
</td>
|
|
<td align=RIGHT>
|
|
Powered by
|
|
<a href="../Welcome/"><img align=CENTER src="../plt-logo.gif"
|
|
width=91 height=31 alt="PLT"></a></td></tr>
|
|
<tr>
|
|
<td></td>
|
|
<td align="RIGHT">
|
|
<a href="../Welcome/">Site Contact</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</p>
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|