Why would one choose Iron Python instead of Boo? - Stack Overflow [closed] most recent 30 from stackoverflow.com 2009-12-01T03:35:46Z http://stackoverflow.com/feeds/question/890420 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/890420/why-would-one-choose-iron-python-instead-of-boo 0 Why would one choose Iron Python instead of Boo? [closed] Paul Hollingsworth 2009-05-20T21:46:17Z 2009-05-21T07:20:48Z <blockquote> <p><strong>Possible Duplicates:</strong><br /> <a href="http://stackoverflow.com/questions/600539/boo-vs-ironpython">BOO Vs IronPython</a><br /> <a href="http://stackoverflow.com/questions/193862/boo-vs-ironpython">Boo vs. IronPython</a> </p> </blockquote> <p>Say you want to embed a scripting language into a .NET application.</p> <p>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.</p> <p>Why, then, is there so much fuss about Iron Python?</p> <p><em>LATER</em> As was pointed out, this question is an exact duplicate of: <a href="http://stackoverflow.com/questions/193862/">this</a> and <a href="http://stackoverflow.com/questions/600539">this</a></p> http://stackoverflow.com/questions/890420/why-would-one-choose-iron-python-instead-of-boo/890437#890437 0 Answer by Stefan Kendall for Why would one choose Iron Python instead of Boo? Stefan Kendall 2009-05-20T21:48:55Z 2009-05-20T21:48:55Z <p>People like python, and they don't want anything else. Is there really anything else to this question?</p> http://stackoverflow.com/questions/890420/why-would-one-choose-iron-python-instead-of-boo/890486#890486 2 Answer by jess for Why would one choose Iron Python instead of Boo? jess 2009-05-20T22:02:36Z 2009-05-20T22:02:36Z <p>2 words: User Base.</p> <p>I already know so many languages that I have to keep references handy so I can remember if it's "else if", "elsif" or "elif" in whatever I'm currently working in. Unless there's a compelling reason to use another language (more than just a few small differences) I'm going to stick with one I already know.</p> http://stackoverflow.com/questions/890420/why-would-one-choose-iron-python-instead-of-boo/891431#891431 1 Answer by Alex Martelli for Why would one choose Iron Python instead of Boo? Alex Martelli 2009-05-21T04:54:25Z 2009-05-21T04:54:25Z <p>IronPython is directly developed and supported by Microsoft (under the awesome technical lead of Jim Hugunin!), AND has an insanely great book about it ("IronPython in Action", which I'm biased about but nevertheless evangelize shamelessly). Apart from that, Boo appears to be a great contender, and I'd love to try it out (were I ever to use .NET in earnest rather than as a for-fun endeavor -- as my professional development these days targets Linux and Mac, not Windows, that doesn't seem a likely prospect).</p> <p>If you're using .NET as your main development target, my recommendation is to pick a few small but not toy projects in your area of expertise and develop each of them in both Boo and IronPython (alternating which one goes first) -- after you're through a few, you'll KNOW what's right for you. That's how I ended up switching from Perl 4 to Python as my main language back in the '90s (rather than sticking with Perl 4, of which I was an expert and guru, or switching to then-brand-new Perl 5) -- a few "pilot projects" fully developed in each environment left me with no doubt about what was best for my own productivity.</p>