mirror of
https://github.com/janet-lang/janet
synced 2025-03-21 15:56:56 +00:00

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.