Hacker News new | ask | show | jobs
by Kinrany 2 days ago
One thing that could be different between a programming language and everything else is that by writing in Lua, you're committing to the whole language surface. Whereas I imagine with other things you have the option to make your own design choices?
1 comments

Lua is a very small language though and sandboxing it to specific global functions is trivial