[Ecls-list] CFFI and DFFI

Marko Kocić marko.kocic at gmail.com
Wed Jul 22 13:49:38 UTC 2009


> Having a dynamic FFI seems useful for interpreted code, for libraries
> that for some reason or another really do have to be accessed via
> dlopen/dlsym, and during development -- e.g., using the REPL.

Current ECL ffi (c-inline and clines based) can be used from REPL. One
only need to (compile 'fname) after function definition.

always

It might be useful, not only for this case, to add *always-compile*
feature to ECL to compile function automatically immediately after
definition.

Regards,
Marko




More information about the ecl-devel mailing list