Mathieu Bernier
Je suis fou, j'ai du poil et je fabrique des images.
HaXe Introduction. Haxe (pronounced as hex) is an open source programming language While most other languages are bound to their own platform (Java to the JVM, C# to .Net, ActionScript to the Flash Player), Haxe is a multiplatform language.
It means that you can use Haxe to target the following platforms : Javascript : You can compile a Haxe program to a single .js file. You can access the typed browser DOM APIs with autocompletion support, and all the dependencies are resolved at compilation time.Flash : You can compile a Haxe program to a .swf file. Haxe is compatible with Flash Players 6 to 11.
Help.