If it were about making a choice of which web framework to use on the server, obviously you wouldn't want to use Lua.
But if it is about using it as an embedded language. you want just enough language to get you started and be able to tweak controls. so that the embedded language itself doesn't take up unnecessary space, on its own.
It's a design choice to have a language as small as possible while still offering cool tools.
> If it were about making a choice of which web framework to use on the server, obviously you wouldn't want to use Lua.
Wait just a minute, there exist many web frameworks in lua, and programmers who enjoy lua might want to use them.
[dead]