-
@frontstuff_io @giann Totally agreeable perspective from a Lua POV - sitting down and understanding metatables/the __index metamethod explains how this can be used to mimic/implement OOP but also how little is going on behind (and how tangible that is).
-
@frontstuff_io @giann I began working as a JS full stack dev right around the time ES6 really became a fixture and *I still don't really know the prototypes* because the class syntax is so... imposed? I get along well because my lua intuition works but if I started then I know I'd be struggling.