Link to more stuff

This commit is contained in:
Lassi Kortela 2024-03-01 17:52:54 +02:00
parent 9a34f675ee
commit 62fb0054e0
1 changed files with 30 additions and 0 deletions

View File

@ -39,6 +39,12 @@
</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>
@ -57,12 +63,24 @@
</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>
@ -84,6 +102,18 @@
</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>