TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why hasn't PyPy been merged into the Python trunk?

60 pointsby ivoflipseover 12 years ago

3 comments

axiakover 12 years ago
To me, what makes CPython special is that it's a language interpreter that's incredibly easy to get into and hack due to its simplicity. Pypy, while probably a good standard for server use, will never have that quality to it. IMHO it would be a shame if python loses this aspect of the ecosystem.
评论 #4648721 未加载
评论 #4648745 未加载
stefantalpalaruover 12 years ago
PyPy doesn't support Python's C API. It's more of an exercise in tracing JIT compilation (and crowdfunding various experiments) rather than a CPython replacement.
评论 #4648755 未加载
评论 #4648739 未加载
malkiaover 12 years ago
Last I've looked at it, it took quite a long time to compile compared to CPython (while say luajit is not taking that much longer to compile compared to reference lua).
评论 #4648733 未加载
评论 #4648753 未加载