Add up-to-date menu of all projects
This commit is contained in:
parent
77e19e04bd
commit
a2015956ea
|
@ -32,12 +32,78 @@
|
|||
<h1 id="logo">Scheme Conservatory</h1>
|
||||
<p>Maintenance of dormant Scheme code.</p>
|
||||
<h2>Implementations</h2>
|
||||
<p><a href="ikarus/">Ikarus Scheme</a></p>
|
||||
<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>
|
||||
<p><a href="psyntax/">Portable <code>syntax-case</code>
|
||||
(psyntax)</a></p>
|
||||
<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="xxl/">Xxl</a>
|
||||
</th>
|
||||
<td>Spreadsheet written in STk</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2>Contributing</h2>
|
||||
<p><a href="https://gitea.scheme.org/conservatory">Repositories
|
||||
at <code>gitea.scheme.org</code></a></p>
|
||||
<th>
|
||||
<a href="https://gitea.scheme.org/conservatory">Repositories at
|
||||
<code>gitea.scheme.org</code></a>
|
||||
</th>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue