| ▲ | mkl 5 hours ago | |
Almost none of it will have been ported to CPython, as it's a completely different approach. | ||
| ▲ | skissane 4 hours ago | parent [-] | |
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. | ||