BOO Vs IronPython

前端 未结 4 1216
野趣味
野趣味 2021-02-07 08:26

What is the difference between IronPython and BOO? Is there a need for 2 Python-like languages?

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-07 09:28

    IronPython is a python implementation wheras Boo is another language with a python-esque syntax. One major difference is that Boo is statically typed by default.

    I'm sure there are more differences, I've only looked at Boo briefly, but I've been meaning to look at bit deeper (so many languages so little time!).

    Here is a list of Boo gotchas for python programmers which sums up the differences quite nicely:

    • http://boo.codehaus.org/Gotchas+for+Python+Users

提交回复
热议问题