Try Haxe today
— Haxe
I did some contributions to http://try.haxe.org/ lately. This is a nice tool that allows you to write, compile, test and share Haxe code online. It runs the latest release version of Haxe.
Open The Haxe Playground: http://try.haxe.org/
There is a new tab called ’embed’ after you hit ‘compile + run’
[html]
<iframe src=”http://try.haxe.org/embed/ea9da” frameborder=”0″ width=”100%” height=”300″ style=”border:1px solid #333; box-shadow:0 0 5px #F48821;”></iframe>
[/html]
That will create this nice sharable widget:
Btw, note how awesome switch statement that is.
Enjoy writing code, now start share your knowledge with the world! Wow, thanks!