evo-lua / evo-luvi

[Obsolete] Experimental Lua runtime environment built on Luvi (libuv + LuaJIT)
https://evo-lua.github.io
Apache License 2.0
1 stars 0 forks source link

Add a global extend builtin to cut down on redundant OOP code #150

Closed Duckwhale closed 1 year ago

Duckwhale commented 1 year ago

This complements mixin nicely and avoids having to write boilerplate OOP code wherever simple inheritance is needed.