Slashdot Mirror


User: ncannasse

ncannasse's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. Not only... on Move Over AJAX, Make Room for ARAX · · Score: 3, Informative

    There's already Java (with GWT) and haXe

  2. You don't... on So How Do You Code an AJAX Web Page? · · Score: 1

    To use AJAX... you don't write Javascript ! Use instead GWT or haXe.

  3. Re:haxe on Is the Google Web Toolkit Right For You? · · Score: 1

    Yes but having dynamic typing 100% of the time or static typing 100% of the time is maybe not the best. While typing helps for general application architectures, there are times (like when accessing the HTML DOM) when you simply want to turn it off locally or it becomes a bother.

  4. Re:haxe on Is the Google Web Toolkit Right For You? · · Score: 1

    Far from being enough. Having structural signatures, first-class functions and method closures are big plus. Watch the haXe Language Reference for more infos. Also, I was not talking about "Dynamic" as reusable but as dynamicly typed.

  5. haxe on Is the Google Web Toolkit Right For You? · · Score: 3, Interesting

    There's been several JS code generators recently. Apart from GWT there's also haXe which is more ambitious. haXe can also be used on the Server Side and includes some facilities for Dynamic programming (whereas Java is strongly typed 100% of the time).