Traffy.UnityPython
Traffy.UnityPython copied to clipboard
An efficient Python implementation in C#, running on every platform via Unity IL2CPP.
https://github.com/thautwarm/TraffyIR.UnityPython/blob/282e60f8dc6c17b997468f957cf6b4fe3954929c/src/Object.cs#L225
PEP 0207
https://www.python.org/dev/peps/pep-0207/ But still we want to skip tedious tasks when implementing the whole system. Plan: learn from CPython impl: builtin classes use `__cmp__`, and `__eq__`, `__lt__` stuffs are generated.
the runtime has already supported this. See `RTS.exc_wrap_frame`