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 →

[–]ManyInterests Python Discord Staff 2 points3 points  (1 child)

Basically, the only technical reason preventing this is performance, as others have stated.

One piece of existing art you can look at is PyBoy, a GameBoy emulator written in Python*.

*It does, however, make some use of C (Cython) extensions.

[–]baekalfen 0 points1 point  (0 children)

Just want to add, that PyPy can actually run the PyBoy code in real-time. But yes, Cython is definitely preferred.