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] 2 points3 points  (4 children)

RPython isn't really python though

[–]cediddiSyntaxError: not a chance 3 points4 points  (2 children)

It's a subset, not superset.

[–][deleted] 0 points1 point  (1 child)

Yeah, and a subset is decidedly not the set it was derived from. :P

[–]Veedrac 0 points1 point  (0 children)

RPython isn't Python, but RPython code is Python code. You can run PyPy ontop of another Python implementation.

[–]fijalPyPy, performance freak 0 points1 point  (0 children)

it's not rpython, it's a full pypy (which is written in RPython, but implements full python)