lua-users home
lua-l archive

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


2011/12/26 Ezequiel García <elezegarcia@yahoo.com.ar>:
>> He says about 4 minutes in that lua is not good for numerical
>> computation, which gives me pause.  (I'm checking out numlua.)
>
> But you can always code the heavy numerical processing in a C module.

Or of course there's LuaJIT 2 [1], as used by GSL Shell [2] with great success.

[1]: http://luajit.org
[2]: http://www.nongnu.org/gsl-shell/

Alex