lua-users home
lua-l archive

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


On 3 November 2011 14:24, Francesco Abbate <francesco.bbt@gmail.com> wrote:

> Well, what I've done is to reimplement the quadrature routine in pure
> Lua using the FFI interface. In this way I can completely avoid the
> problem of the Lua/C/Lua transition with the callbacks. By writing the
> routine in pure Lua code and using the FFI interface I can also
> benefit of the ability of LuaJIT2 to generate native code.
>

I am confused you have said that it conforms to Lua and that is uses
pure Lua yet you are using LuaJIT and FFI?

Liam