Hacker News new | ask | show | jobs
by mkl 103 days ago
Almost none of it will have been ported to CPython, as it's a completely different approach.
1 comments

I really like PyPy’s approach of using a Python dialect (RPython) as the implementation language, instead of C. From a conceptual perspective, it is much more elegant. And there are other C-like Python dialects now too - Cython, mypy’s mypyc. It would be a shame if PyPy dies.