website/www/index.html

161 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Scheme Conservatory</title>
<link rel="stylesheet" href="/schemeorg.css">
<meta name="viewport" content=
"width=device-width, initial-scale=1">
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type=
"image/svg+xml">
</head>
<body>
<header>
<ul class="menu">
<li>
<a href="https://www.scheme.org/">Home</a>
</li>
<li>
<a href="https://docs.scheme.org/">Docs</a>
</li>
<li>
<a href="https://community.scheme.org/">Community</a>
</li>
<li>
<a href="https://standards.scheme.org/">Standards</a>
</li>
<li>
<a href="https://get.scheme.org/">Implementations</a>
</li>
</ul>
</header>
<h1 id="logo">Scheme Conservatory</h1>
<p>Preservation and maintenance of old software and websites.</p>
<h2>Implementations</h2>
<table class="no-border">
<tr>
<th>
<a href="dream/">Dream</a>
</th>
<td>R4RS interpreter in assembly language</td>
</tr>
<tr>
<th>
<a href="galapagos/">Galapagos</a>
</th>
<td>Windows port of SCM with turtle graphics</td>
</tr>
<tr>
<th>
<a href="gscheme/">GScheme</a>
</th>
<td>Scheme for GNUstep in Objective-C</td>
</tr>
<tr>
<th>
<a href="ikarus/">Ikarus</a>
</th>
<td>R6RS native-code compiler</td>
</tr>
<tr>
<th>
<a href="kali/">Kali</a>
</th>
<td>Scheme 48 with distributed computation</td>
</tr>
<tr>
<th>
<a href="minischeme/">Mini-Scheme</a>
</th>
<td>R3RS in C with many forks</td>
</tr>
<tr>
<th>
<a href="pcs/">PC Scheme</a>
</th>
<td>R3RS for DOS operating systems</td>
</tr>
<tr>
<th>
<a href="picrin/">Picrin</a>
</th>
<td>R7RS interpreter in C89</td>
</tr>
<tr>
<th>
<a href="rscheme/">RScheme</a>
</th>
<td>R5RS with persistent objects</td>
</tr>
<tr>
<th>
<a href="stk/">STk</a>
</th>
<td>R4RS interpreter with CLOS and Tk GUI</td>
</tr>
<tr>
<th>
<a href="vx-scheme/">VxScheme</a>
</th>
<td>R4RS for the VxWorks RTOS</td>
</tr>
</table>
<h2>Libraries</h2>
<table class="no-border">
<tr>
<th>
<a href="ffigen/">FFIGEN</a>
</th>
<td>Grovel C header files using lcc</td>
</tr>
<tr>
<th>
<a href="header2scheme/">Header2Scheme</a>
</th>
<td>Grovel C header files using SCM</td>
</tr>
<tr>
<th>
<a href="psyntax/">psyntax</a>
</th>
<td>Portable syntax-case with implicit phasing</td>
</tr>
</table>
<h2>Applications</h2>
<table class="no-border">
<tr>
<th>
<a href="dreamos/">DreamOS</a>
</th>
<td>Hobby OS based on Dream Scheme</td>
</tr>
<tr>
<th>
<a href="unroff/">Unroff</a>
</th>
<td>Troff document converter</td>
</tr>
<tr>
<th>
<a href="xxl/">Xxl</a>
</th>
<td>Spreadsheet written in STk</td>
</tr>
</table>
<h2>Websites</h2>
<table class="no-border">
<tr>
<th>
<a href="schemers/">Schemers.org</a>
</th>
<td>Curated by Shriram Krishnamurthi</td>
</tr>
</table>
<h2>Contributing</h2>
<th>
<a href="https://gitea.scheme.org/conservatory">Repositories at
<code>gitea.scheme.org</code></a>
</th>
</body>
</html>