Hacker News new | ask | show | jobs
by Ennea 930 days ago
Out of curiosity, why not Lua?
2 comments

Is Lua performance sensitive? Other guess is Javascript is much more programmer friendly than Lua.
Some would argue Lua is friendlier than JS.

LuaJIT is pretty good as far as performance goes. In these benchmarks, sometimes slower than Node/Bun but uses consistently less memory too:

https://programming-language-benchmarks.vercel.app/lua-vs-ja...

Why Lua?