Next: Tutorial, Previous: Installation, Up: Top [Contents][Index]
CFFI supports various free and commercial Lisp implementations: ABCL, Allegro CL, Clasp, CLISP, Clozure CL, CMUCL, Corman CL, ECL, GCL, LispWorks, MCL, 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 versions of CFFI more often and might include necessary features or bug fixes. Reasonable patches for compatibility with earlier versions are welcome nevertheless.
Some features are not supported in all implementations.
:long-long
type natively.
foreign-funcall
.
:dffi
is not present in *features*
),
cffi:load-foreign-library
does not work and you must use ECL’s
own ffi:load-foreign-library
with a constant string argument.
:long-long
type natively in
32-bit platforms.