So I’m midway through the development of an iPad game using JavaScript. I started learning JavaScript in Unity as most of the code examples are in JS. Now that I’m understanding Unity, their 3.0 documentation has examples with all three languages, and game programming is making more and more sense I find myself looking enviously over at Boo. No need for semicolons, easy indentation rules, etc… So I’m thinking my next iOS game could be done in Boo. Yet I don’t read much about people developing with it. UnityAnswers seems to be mostly JavaScript with some C#. Is it just the glut of JavaScript examples that tempts people (as it did for me) into JS?
Or… is there a bigger reason NOT to use Boo for iOS development??