If you don't know it yet, Haxe is quite like the Ring: one language to rule them all.
- This single language can target a vast number of platforms : Flash, JS, HTML5, Neko, C++...
- The syntax is easy to learn yet incredibly flexible (with the mystical ancient powers of macros),
- It heavily uses Type Inference, which is a complicated word to say the language is intelligent and can guess the types of variables you use, even if you don't specify it (ex. var a=5, ok that's an integer, so if you try a="test" few lines later, the compiler will pop an error ; yes I'm looking at you javascript..)
- With NME, the language can now target easily mobile devices with great results and performances.
Try it :)


