lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


It is the same thing in spirit, but I couldn't get C/Invoke to work on
an Intel Mac. Plus they write their own interface code instead of
reusing code that already exists (and is guaranteed to be more
actively mantained by being embedded in higher profile projects). The
ffcall library I first used is embedded in GNU CLISP, and libffi is
used by gcj and Python, among others.

--
Fabio Mascarenhas

On Thu, Feb 14, 2008 at 7:30 AM, Petr Stetiar <ynezz@true.cz> wrote:
>
>  What's the difference between C/Invoke[1]? C/Invoke already has Lua
>  bindings...
>
>  1. http://www.nongnu.org/cinvoke/
>
>
>
>  -- ynezz
>