【发布时间】:2009-05-16 06:31:04
【问题描述】:
除了 CPython,目前还有哪些其他 Python 实现可用于生产系统?
问题
- What are the pros and cons of the various Python implementations?
- I have been trying to wrap my head around the PyPy project. So, fast-foward 5-10 years in the future what will PyPy have to offer over CPython, Jython, and IronPython? 和
- Migrating from CPython to Jython
已经对该主题的利弊有所了解。我现在想知道,那些更奇特的实现是否真的用于必须可靠运行的系统中。 (可能的例子?开源?)
编辑:我要求的代码需要 Python 版本 >= 2.5
【问题讨论】:
标签: python ironpython jython cpython pypy