Note Clozure CL support
Tue May 12 19:03:22 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Note Clozure CL support
diff -rN -u old-doc/introduction.xml new-doc/introduction.xml
--- old-doc/introduction.xml 2014-10-30 06:55:24.000000000 +0100
+++ new-doc/introduction.xml 2014-10-30 06:55:24.000000000 +0100
@@ -33,7 +33,7 @@
<listitem><para>Saving a core image is not supported.</para></listitem>
<listitem><para>Does not recover well from errors
<footnote><para>Thus you often need to restart the Lisp process
- during interactive developement.</para></footnote>.</para></listitem>
+ during interactive development.</para></footnote>.</para></listitem>
</itemizedlist>
</section>
</section>
@@ -58,14 +58,32 @@
</section>
<section><title>Supported Platforms</title>
-<para>
- <ulink url="http://www.sbcl.org">SBCL</ulink> on Linux x86 in works;
+<section><title>Working</title>
+ <itemizedlist>
+ <listitem><para>
+ <ulink url="http://www.sbcl.org">SBCL</ulink> on Linux x86 (and x86_64)
+ </para></listitem>
+ </itemizedlist>
+</section>
+<section><title>Partial</title>
+ <itemizedlist>
+ <listitem> <para>
+ <ulink url="http://trac.clozure.com/openmcl">Clozure CL</ulink>
+ <footnote><para>There are some test suite failures and
+ it is to slow to be usable.</para></footnote>on Linux x86.
+ </para></listitem>
+ </itemizedlist>
+</section>
+<section><title>Not Working</title>
+ <itemizedlist>
+ <listitem><para>
<ulink url="http://www.cons.org/cmucl/">CMUCL</ulink>
- and
- <ulink url="http://clisp.cons.org/">CLISP</ulink> currently do not.
- It should be possible to get it to work (with SBCL) on
- other platforms. Contact me if you have any questions.
-</para>
+ </para></listitem>
+ <listitem><para>
+ <ulink url="http://clisp.cons.org/">CLISP</ulink>
+ </para></listitem>
+ </itemizedlist>
+</section>
</section>
<section><title>Installation</title>
<para>
diff -rN -u old-doc/smoke.xml new-doc/smoke.xml
--- old-doc/smoke.xml 2014-10-30 06:55:24.000000000 +0100
+++ new-doc/smoke.xml 2014-10-30 06:55:24.000000000 +0100
@@ -56,7 +56,7 @@
</para>
<section><title>Overload Resolution</title>
<para>
-C++ style overload resolution with conversion sequences is suppored. For example this:
+C++ style overload resolution with conversion sequences is supported. For example this:
<informalexample>
<programlisting>
(<genericfunction>cxx:set-pen</genericfunction> (make-instance '<classname>qt:painter</classname>) (make-instance '<classname>qt:color</classname> :args '("green")))