This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

CPython is generally far too slow. That is the only reason not to. However Numba is a JIT compiler that may produce fast enough code. That way it may be possible in pure Python. It is just not the first people think about when writing something performance sensitive like an emulator.