Possible Duplicates:
BOO Vs IronPython
Boo vs. IronPython
Say you want to embed a scripting language into a .NET application.
Boo is modelled on Python syntax, but also includes type inference, and just in general seems to be a better, more modern language to embed as a scripting language.
Why, then, is there so much fuss about Iron Python?
LATER As was pointed out, this question is an exact duplicate of: this and this
