Hacker News new | ask | show | jobs
by Quenty 2328 days ago
Lua isn’t really a prototypical language, it’s a build-your-own-class system. Metatables help facilitate this. You can do classic OOP if you want.