(JavaScript: You can compile Haxe programs into a single Js files, access DOMAPIs, and have the support of "automatic implementation". All the dependencies are solved at compile time. Flash: Flash has long abandoned mobile platforms and has survived with desktop platforms. You can compile Haxe programs into one swf file, which supports all versions from Flash Player 6 to 11. NekoVM: Compile Haxe program into NekoVM bytecode, which can be used in server related programs (such as dynamic web pages), as well as in command line or desktop use. PHP: You can compile Haxe program into Php file. C : You can directly generate C code from Haxe source code. The NME library uses this feature to run Haxe code directly on iOS and Android.)