[usocket-cvs] r227 - public_html
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Sun Apr 8 17:47:13 UTC 2007
Author: ehuelsmann
Date: Sun Apr 8 13:47:11 2007
New Revision: 227
Modified:
public_html/implementation-comparison.shtml
Log:
Add 'kmrcl' to the implementations comparison.
Modified: public_html/implementation-comparison.shtml
==============================================================================
--- public_html/implementation-comparison.shtml (original)
+++ public_html/implementation-comparison.shtml Sun Apr 8 13:47:11 2007
@@ -23,30 +23,30 @@
<caption>Supported implementations comparison</caption>
<thead>
<tr><th>Implementation</th><th>trivial-sockets</th><th>ACL-COMPAT</th>
- <th>s-sysdeps</th><th>usocket</th></tr>
+ <th>s-sysdeps</th><th>usocket</th><th>kmrcl</th></tr>
</thead>
<tbody>
-<tr><th>SBCL</th><td>yes</td><td>yes</td><td>yes</td><td>yes</td>
+<tr><th>SBCL</th><td>yes</td><td>yes</td><td>yes</td><td>yes</td><td>yes</td>
</tr>
-<tr><th>CMUCL</th><td>yes</td><td>yes</td><td>yes</td><td>yes</td>
+<tr><th>CMUCL</th><td>yes</td><td>yes</td><td>yes</td><td>yes</td><td>yes</td>
</tr>
-<tr style="background-color:#eef"><th>ArmedBear</th><td>yes</td><td>no</td><td>no</td><td>yes</td>
+<tr style="background-color:#eef"><th>ArmedBear</th><td>yes</td><td>no</td><td>no</td><td>yes</td><td>no</td>
</tr>
-<tr><th>clisp</th><td>yes</td><td>yes</td><td>no</td><td>yes</td>
+<tr><th>clisp</th><td>yes</td><td>yes</td><td>no</td><td>yes</td><td>yes</td>
</tr>
-<tr><th>Allegro</th><td>yes</td><td>not relevant</td><td>no</td><td>yes</td>
+<tr><th>Allegro</th><td>yes</td><td>not relevant</td><td>no</td><td>yes</td><td>yes</td>
</tr>
-<tr style="background-color:#eef"><th>LispWorks</th><td>yes</td><td>yes</td><td>yes</td><td>yes</td>
+<tr style="background-color:#eef"><th>LispWorks</th><td>yes</td><td>yes</td><td>yes</td><td>yes</td><td>yes</td>
</tr>
-<tr><th>OpenMCL</th><td>yes</td><td>yes</td><td>yes</td><td>yes</td>
+<tr><th>OpenMCL</th><td>yes</td><td>yes</td><td>yes</td><td>yes</td><td>yes</td>
</tr>
-<tr><th>ECL</th><td>no</td><td>no</td><td>no</td><td>yes</td>
+<tr><th>ECL</th><td>no</td><td>no</td><td>no</td><td>yes</td><td>no</td>
</tr>
-<tr style="background-color:#eef"><th>Scieneer</th><td>no</td><td>yes</td><td>no</td><td>yes</td>
+<tr style="background-color:#eef"><th>Scieneer</th><td>no</td><td>yes</td><td>no</td><td>yes</td><td>no</td>
</tr>
-<tr><th>GCL</th><td>no</td><td>no</td><td>no</td><td>no (to come)</td>
+<tr><th>GCL</th><td>no</td><td>no</td><td>no</td><td>no (to come)</td><td>no</td>
</tr>
-<tr><th>Corman</th><td>no</td><td>yes</td><td>no</td><td>no (to come)</td>
+<tr><th>Corman</th><td>no</td><td>yes</td><td>no</td><td>no (to come)</td><td>no</td>
</tr>
</tbody>
More information about the usocket-cvs
mailing list