Haxe Goes Beta 1.0

One language rule them all… Haxe compiles into swfs, javascript and serverside neko byte-code (a php alternative).

Check it out at
http://haxe.org

“haXe is an open source programming language for the web.”

Basicly, what haXe can do is :
[LIST]
[]create Flash SWF files using Flash APIs for Players 6,7,8 and soon 8.5
[
]generate Javascript code using Browser DHTML API, so you can create AJAX web applications
[*]generate Bytecode that can be used on the Server side (using an Apache plugin) or packed into standalone executable
[/LIST]

This is my dream language guys! Its like actionscript 3, only with enum’s, typed arrays, type inferrence, inline if statements ( instead of ?:slight_smile:
And its from the guy who did the mtasc compiler.