From 347e2c2b00b2fea9a01a9f2480b18dfcf4aa5ce8 Mon Sep 17 00:00:00 2001 From: Frank Goenninger Date: Wed, 19 Apr 2017 22:50:18 +0200 Subject: [PATCH] manual: add Clasp to "Implementation Support" --- doc/cffi-manual.texinfo | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/cffi-manual.texinfo b/doc/cffi-manual.texinfo index c884766..f8f596d 100644 --- a/doc/cffi-manual.texinfo +++ b/doc/cffi-manual.texinfo @@ -377,9 +377,9 @@ dependencies. @chapter Implementation Support @cffi{} supports various free and commercial Lisp implementations: -@acronym{ABCL}, Allegro CL, @sc{clisp}, Clozure CL, @acronym{CMUCL}, -Corman CL, @acronym{ECL}, @acronym{GCL}, LispWorks, @acronym{MCL}, -@acronym{SBCL} and the Scieneer CL. +@acronym{ABCL}, Allegro CL, Clasp, @sc{clisp}, Clozure CL, +@acronym{CMUCL}, Corman CL, @acronym{ECL}, @acronym{GCL}, LispWorks, +@acronym{MCL}, @acronym{SBCL} and the Scieneer CL. In general, you should work with the latest versions of each implementation since those will usually be tested against recent @@ -403,6 +403,13 @@ Unicode support is limited to the Basic Multilingual Plane (16-bit code points). @end itemize +@subheading Clasp + +@itemize +@item +Only supports a flat namespace. +@end itemize + @subheading CMUCL @itemize -- 2.11.4.GIT