IronPython is an implementation of Python running on Microsoft .NET / Mono. It supports an interactive interpreter with fully dynamic compilation. It is well integrated with the rest of the framework and makes all .NET libraries easily available to Python programmers.
| Operating Systems | OS Independent Windows Windows Windows POSIX |
|---|---|
| Implementation | Python C# |
Recent releases


No changes have been submitted for this release.


Release Notes: This release focuses primarily on fixing bugs around compatibility with CPython, finalizing the public API surface, and improving the new method binder. There are also some significant performance improvements, as well as the runtime support required to use the pickle module.


Release Notes: This build includes many bugfixes, as well as support for many new modules.


Release Notes: In addition to focusing on the CPython regression test suite and fixing bugs, this release also prepared IronPython for the PDC 2005 conference.