8個開源的Python變種

jieforest發表於2012-09-26
1. PyPy - fast, compliant alternative implementation of the Python language

PyPy is a fast, compliant alternative implementation of the Python language. It supports most of the commonly used Python standard library modules. Its feature include Just-in-Time compiler, Less memory usage, support Stackless and lot more. PyPy focuses on speed, efficiency and 100% compatibility with the original CPython interpreter. It was conceived as an implementation of Python written in Python, which enables Python developers to hack the implementation.


2. IronPython - Python programming language for the .NET Framework

IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily. It supports an interactive console with fully dynamic compilation.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/301743/viewspace-745109/,如需轉載,請註明出處,否則將追究法律責任。

相關文章