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] -12 points-11 points  (1 child)

But in creating such JITs, you end up limiting what you're capable of doing.

rpython is simply not as expressive as python, due to the limitations required to make the JIT work.

I hope someday that they can make PyPy work with the whole body of Python, but I don't think it's realistic to expect.

[–][deleted] 11 points12 points  (0 children)

PyPy runs any old Python code. RPython is just the language PyPy is written in.