IronPython is a new implementation of the Python language targeting the Common Language Runtime (CLR). It compiles python programs into bytecode (IL) that will run on either Microsoft's .NET or the Open Source Mono platform. IronPython includes an interactive interpreter and transparent on-the-fly compilation of source files just like standard Python. In addition, IronPython supports static compilation of Python code to produce static executables (.exe's) that can be run directly or static libraries (.dll's) that can be called from other CLR languages.
Added: Nov 30, 1999 | Total Clicks: 983 | Rating: 0 out of 10 stars Options: Rate It ! | Tell a Friend | Discuss it ! | Broken Link ?
|