[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] GSL Shell 2.0 beta1 release
- From: liam mail <liam.list@...>
- Date: Thu, 3 Nov 2011 15:16:39 +0000
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