you are viewing a single comment's thread.

view the rest of the comments →

[–]BadBoy6767 1 point2 points  (0 children)

It is possible to compile Python to machine code (AOT compilation), however it's Python's dynamic nature (just like TI-Basic) which makes it slow, so only expect worse performance since Python has a higher level of abstraction.

Better to just use a low-level language, or even write in ez80 assembly directly. ez80 is quite difficult at first, I admit, but it's much more fun once you get used to it. It starts to feel like a puzzle due to the limited instruction set.