Tue May 12 19:03:22 CEST 2009 Tobias Rautenkranz * Note Clozure CL support diff -rN -u old-doc/introduction.xml new-doc/introduction.xml --- old-doc/introduction.xml 2014-10-30 07:13:06.000000000 +0100 +++ new-doc/introduction.xml 2014-10-30 07:13:06.000000000 +0100 @@ -33,7 +33,7 @@ Saving a core image is not supported. Does not recover well from errors Thus you often need to restart the Lisp process - during interactive developement.. + during interactive development.. @@ -58,14 +58,32 @@
Supported Platforms - - SBCL on Linux x86 in works; +
Working + + + SBCL on Linux x86 (and x86_64) + + +
+
Partial + + + Clozure CL + There are some test suite failures and + it is to slow to be usable.on Linux x86. + + +
+
Not Working + + CMUCL - and - CLISP currently do not. - It should be possible to get it to work (with SBCL) on - other platforms. Contact me if you have any questions. - + + + CLISP + + +
Installation diff -rN -u old-doc/smoke.xml new-doc/smoke.xml --- old-doc/smoke.xml 2014-10-30 07:13:06.000000000 +0100 +++ new-doc/smoke.xml 2014-10-30 07:13:06.000000000 +0100 @@ -56,7 +56,7 @@
Overload Resolution -C++ style overload resolution with conversion sequences is suppored. For example this: +C++ style overload resolution with conversion sequences is supported. For example this: (cxx:set-pen (make-instance 'qt:painter) (make-instance 'qt:color :args '("green")))