Hacker News new | ask | show | jobs
by myrmidon 4444 days ago
LuaJIT contains a pretty fast interpreter, thus it makes sense to use it on consoles (with the JIT turned off by compile-time-flags) instead of the Lua reference implementation.