website/www/index.html

125 lines
2.8 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="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="pcs/">PC Scheme</a>
</th>
<td>R3RS for DOS operating systems</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="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="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>