lua-users home
lua-l archive

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


> Well, what I've done is to reimplement the quadrature routine in pure
> Lua using the FFI interface.

Small correction: if you use the FFI interface, clearly it is not "pure
Lua".

-- Roberto