IronPython
IronPython is an implementation of the Python programming language that runs on the .NET Framework and the Mono runtime. It compiles Python code to the .NET Common Language Runtime (CLR) and integrates with .NET libraries, enabling Python developers to use existing .NET components from Python and to expose Python code to other .NET languages.
It is designed to be embedded as a scripting engine in .NET applications and to support cross-language
Platform and compatibility: IronPython runs on Windows and on other platforms via the Mono project. Historically,
History and status: IronPython originated in 2006 as an open-source project led by Jim Hugunin to bring