Hacker News new | ask | show | jobs
by JustSkyfall 743 days ago
I believe Roblox's Luau would be suitable for this case? It's got pretty good performance and typing support. Still supports metatables I think (they needed backwards compatibility with old Lua 5.1 code), but it's a start ¯\_(ツ)_/¯
1 comments

AFAIK metatables are still in Lua 5.4?