lua-users home
lua-l archive

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


On 17 July 2015 at 12:48, Dirk Laurie <dirk.laurie@gmail.com> wrote:
>> To start with I need a numerical library so I am thinking about wrapping
>> GNU Scientific Library.
>
> 98% of the work has already been done for you.
>    http://www.nongnu.org/gsl-shell
>

Not quite ... as it only works with LuaJIT and use FFI extensively.

Regards