mirror of
https://github.com/janet-lang/janet
synced 2026-06-02 02:32:15 +00:00
0a96e45c4a
Tables are simpler and don't do inheritance via metatables. This means object polymorphism will be done through a different mechanism rather than Lua-like metatables. Perhaps smalltalk style messaging using functions as objects, or lisp-like method dispatch.