Tagged Questions
9
votes
2answers
183 views
Does PyPY translate itself?
I'm I getting this straight? Does the PyPy interpreter actually interpret itself and then translates itself?
So here's my current understanding:
RPython's toolchain involves partially executing ...
6
votes
5answers
880 views
Where can I learn more about PyPy's translation function?
I've been having a hard time trying to understand PyPy's translation. It looks like something absolutely revolutionary from simply reading the description, however I'm hard-pressed to find good ...