Embeddable Common-Lisp

ECL supports libffi

Written by jjgarcia on 2009-07

ECL's foreign function interface now builds also with libffi, a library to dynamically build function calls and callbacks (http://sourceware.org/libffi/) This enlarge the list of platforms and processors for which ECL can potentially use a dynamic foreign function interface even without the C compiler.

The code is currently available in our git and CVS repositories. Help and feedback is welcome in debugging or improving this implementation.