TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

60 点作者 ivoflipse超过 12 年前

3 条评论

axiak超过 12 年前
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 未加载
stefantalpalaru超过 12 年前
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 未加载
malkia超过 12 年前
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 未加载