- IronPython is an adaptation of the Python programming language that runs on top of Microsoft's .NET framework. The language combines Python's compact, flexible, and powerful syntax and structure with the underlying support and capabilities offered by .NET.
IronPython functions as an extensibility layer for application frameworks written in a .NET language. An IronPython interpreter may be integrated relatively easily into existing .NET application frameworks. As a result, developers can use scripts written in IronPython to interact with .NET objects without having to change any of the framework's code base.
IronPython is built almost entirely in C# and makes extensive use of reflection. When a reference is made to a .NET object, IronPython automatically imports the types and methods available to that object. This results in a highly intuitive experience when working with .NET objects from within an IronPython script.
IronPython 2.0 is built on top of the Dynamic Language Runtime (DLR), which contains a Dynamic Type System (DTS) and Dynamic Language Hosting Environment (DLHE). This integration of the DLR makes it easier for programmers to code for Microsoft's Common Language Runtime (CLR). IronPython's tight integration with the CLR is due in large part to its use of Microsoft Intermediate Language (MSIL).
IronPython was created by Jim Hugunin and originally released on September 5, 2006.
Unlike Python, which is open source, IronPython was originally released under Microsoft's Share Source License. IronPython 2.0 is released under the Microsoft Public License.
 |
Learn more about Dynamic .NET programming languages |
| F# Programming Fast Guide: F# is a functional programming language that runs on the CLR and the .NET Framework. This Fast Guide links to resources that introduce and explain F#. |
| Book excerpt: An introduction to DSL tools: In recent years, Microsoft has asserted that there is special value in using DSLs. This chapter introduces the concepts of domain-specific development. |
| LAST UPDATED: |
11 Feb 2008
|
 |
Do you have something to add to this definition? Let us know.
Send your comments to techterms@whatis.com
|

 |
More resources from around the web:
|


 |
');
// -->


 |
 |
|  |
RELATED CONTENT
 |
Some of the Zen of Volta
Volta is a methodology allowing developers to create apps without regard to eventual deployment, and to declaratively partition Web application...
|
 |
F# Programming Fast Guide
F# is a functional programming language that runs on the CLR and the .NET Framework. This Fast Guide links to resources that introduce and explain F#.
|
 |
Book excerpt: An introduction to DSL tools
In recent years, Microsoft has asserted that there is special value in using DSLs. This chapter introduces the concepts of domain-specific...
|
|
 |
 |
|  |
RELATED GLOSSARY TERMS
| Terms from Whatis.com − the technology online dictionary |
 |
monad
(SearchWinDevelopment.com)
A monad is:
1) A type of functor used in category theory in mathematics.
2) A kind of constructor used in functional programming to structure...
|
|

|