From 210976c7fd437931f67ee660456b2a4a32e7ffb3 Mon Sep 17 00:00:00 2001 From: jbielman Date: Mon, 13 Jun 2005 22:17:01 +0800 Subject: [PATCH] Update supported implementations in README. --- README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README b/README index 18d6080..c1a695c 100644 --- a/README +++ b/README @@ -16,8 +16,6 @@ get right. CFFI avoids this by using system area pointers directly instead of alien objects. All foreign function definitions and uses should compile without alien-value compiler notes in CMUCL/SBCL. -CFFI is being developed initially against SBCL and OpenMCL. Support -for CMUCL should be straightforward. From cursory inspection of the -documentation it should be possible to support Allegro CL, but a -Lispworks port may be difficult without vendor support. Whether CLISP -can be supported easily is currently unknown. +CFFI is fully supported on SBCL, OpenMCL, and CMUCL. As of 12 June +2005, the CVS version of CLISP is supported partially. An implementation +for Lispworks is in progress but incomplete. -- 2.11.4.GIT