CFFI, Common Foreign Function Interface, 是一个 Common Lisp 的可移植的外部函数接口。
主要特性:
an extensible foreign type system;
callback support;
support for foreign string encodings;
ported to Allegro CL, Corman CL, CLISP, CMUCL, ECL, LispWorks, Clozure CL, SBCL and the Scieneer CL;
a groveller;
a UFFI compatibility layer.
项目主页:http://common-lisp.net/project/cffi/
来自:开源中国社区