|
Python implementations, like CPython and Jython.
|
|
|
1. |
Boo
-
New object-oriented statically typed language for Common Language Infrastructure (.NET, Mono), Python inspired syntax, focus on language and compiler extensibility.
|
|
|
2. |
CPython
-
The original implementation of Python, written in C.
|
|
|
3. |
IronPython
-
A fast Python implementation for .NET and Mono.
|
|
|
4. |
Jython
-
A 100 % Pure Java implementation of the Python language.
|
|
|
5. |
PyPy
-
Development of a highly flexible Python implementation.
|
|
|
6. |
Python for .NET
-
Package gives nearly seamless integration with .NET Common Language Runtime: CLR. Strong scripting tool, allows scripting or building full programs in Python, using .NET services and components coded in any language targeting CLR: Managed C++, C#, VB, JScript.
|
|
|
7. |
Python for .NET Compiler
-
Experimental, open source Python for .NET.
|
|
|
8. |
Stackless Python
-
An experimental implementation that supports continuations, generators, microthreads, and coroutines.
|
|
|