Boo vs. IronPython

后端 未结 7 876
情歌与酒
情歌与酒 2020-12-30 22:18

After having looked at each of these two projects, it seems that both are VERY similar. Both run on top of the CLI, both have python style syntax, both use .NET instead of t

7条回答
  •  爱一瞬间的悲伤
    2020-12-30 22:35

    I have written applications in both Boo and IronPython. For me IronPython has been the more robust choice and much of what I've written in CPython ports without changes. All recent projects have been pure IronPython if targeted for .Net Framework.

    Since Jim "defected" to Microsoft, IronPython has been elevated to a top tier language. There's even Visual Studio for it.

提交回复
热议问题