稳定版本

IronPython 2 的最新稳定版本是 IronPython 2.7.12,它与 Python 2.7 兼容。

IronPython 3 的最新稳定版本是 IronPython 3.4.1,它与 Python 3.4 兼容。

NuGet 包

IronPython 也可作为 NuGet 包获得。标准库是一个单独的包。如果您将 IronPython 嵌入到另一个程序中,这是推荐的方式。

    Install-Package IronPython
    Install-Package IronPython.StdLib
    

先决条件

IronPython 是一种跨平台编程语言,因此先决条件将根据使用情况而有所不同。

对于跨平台解决方案,我们支持 .NET Core、.NET 和 Mono 运行时。对于仅限 Windows 的解决方案,推荐的运行时是 .NET Framework。