Hacker News new | ask | show | jobs
by cozzyd 1364 days ago
I think it's more that cpython is so slow so a lot of things people use are implemented using the C API, and many optimizations will break a bunch of things. If everything was pure python the situation would be different.