Last week I gave a talk to the local user group about targeting Javascript using a language that I am really enthusiastic about called Haxe. I’ve been using it for almost two years now and am completely sold on it as a viable way to develop applications that can target both Javascript and Flash runtimes. The language has an impressive array of features (strict typing, type inference, method inlining, block scope, oop etc) that is not available when directly coding in Javascript. I found it very easy to get up and running with this language because of its ECMA style syntax.
Here is a link to my slides and to find out more about this language visit these links.


