Compare commits

...

2 Commits

Author SHA1 Message Date
Lassi Kortela 62fb0054e0 Link to more stuff 2024-03-01 17:52:54 +02:00
Lassi Kortela 9a34f675ee Update server 2024-03-01 17:51:38 +02:00
2 changed files with 31 additions and 1 deletions

View File

@ -3,4 +3,4 @@ set -eu
cd "$(dirname "$0")"/..
set -x
# Do not use --delete since subdirectories come from other git repos.
rsync -vcr www/ alpha.servers.scheme.org:/production/conservatory/www/
rsync -vcr www/ tuonela.scheme.org:/production/conservatory/www/

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>