a lightweight implementation of classes for lua. the system itself is 60 loc, but i also include 800 loc of tests and examples in tests.lua. theres also a full complex number class implemented in the ...
Lurti is a class library for Lua that, in conjunction with LSP type annotations, builds a type system similar to Python's at runtime, providing features such as meta classes, MRO support, abstract ...