[usocket-cvs] r230 - public_html
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Tue May 8 20:17:50 UTC 2007
Author: ehuelsmann
Date: Tue May 8 16:17:49 2007
New Revision: 230
Modified:
public_html/implementation-comparison.shtml
Log:
Add IOLib to the list.
Modified: public_html/implementation-comparison.shtml
==============================================================================
--- public_html/implementation-comparison.shtml (original)
+++ public_html/implementation-comparison.shtml Tue May 8 16:17:49 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><th>kmrcl</th></tr>
+ <th>s-sysdeps</th><th>usocket</th><th>kmrcl</th><th>IOLib</th></tr>
</thead>
<tbody>
-<tr><th>SBCL</th><td>yes</td><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><td>yes</td>
</tr>
-<tr><th>CMUCL</th><td>yes</td><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><td>yes</td>
</tr>
-<tr style="background-color:#eef"><th>ArmedBear</th><td>yes</td><td>no</td><td>no</td><td>yes</td><td>no</td>
+<tr style="background-color:#eef"><th>ArmedBear</th><td>yes</td><td>no</td><td>no</td><td>yes</td><td>no</td><td>no</td>
</tr>
-<tr><th>clisp</th><td>yes</td><td>yes</td><td>no</td><td>yes</td><td>yes</td>
+<tr><th>clisp</th><td>yes</td><td>yes</td><td>no</td><td>yes</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><td>yes</td>
+<tr><th>Allegro</th><td>yes</td><td>not relevant</td><td>no</td><td>yes</td><td>yes</td><td>no</td>
</tr>
-<tr style="background-color:#eef"><th>LispWorks</th><td>yes</td><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><td>no</td>
</tr>
-<tr><th>OpenMCL</th><td>yes</td><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><td>no</td>
</tr>
-<tr><th>ECL</th><td>no</td><td>no</td><td>no</td><td>yes</td><td>no</td>
+<tr><th>ECL</th><td>no</td><td>no</td><td>no</td><td>yes</td><td>no</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><td>no</td>
+<tr style="background-color:#eef"><th>Scieneer</th><td>no</td><td>yes</td><td>no</td><td>yes</td><td>no</td><td>no</td>
</tr>
-<tr><th>GCL</th><td>no</td><td>no</td><td>no</td><td>no (to come)</td><td>no</td>
+<tr><th>GCL</th><td>no</td><td>no</td><td>no</td><td>no (to come)</td><td>no</td><td>no</td>
</tr>
-<tr><th>Corman</th><td>no</td><td>yes</td><td>no</td><td>no (to come)</td><td>no</td>
+<tr><th>Corman</th><td>no</td><td>yes</td><td>no</td><td>no (to come)</td><td>no</td><td>no</td>
</tr>
</tbody>
More information about the usocket-cvs
mailing list