Compare commits
2 Commits
91f9f041e2
...
62fb0054e0
Author | SHA1 | Date |
---|---|---|
Lassi Kortela | 62fb0054e0 | |
Lassi Kortela | 9a34f675ee |
|
@ -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/
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue