lua-users home
lua-l archive

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


On Wed, Nov 2, 2011 at 8:59 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> If you find yourself writing bit-intensive programs in Lua, perhaps
> a dedicated C function is recommended.

I disagree - I believe the recommended first-instinct now should be to
use LuaJIT if you want to do intensive stuff in Lua. It's not always
possible, but then custom C isn't always possible either.

-Duncan