Re: [nodejs] NODE.JS and HAXE

2012-07-31 Thread Tontonq King
the example at left side looks better :) and it is already nodejs 2012/7/31 Tim Caswell > I know Joshua Granick ‏(@singmajesty) has explored this area a lot. > I'm not sure if he's on this list though. I own the haxe book and > used to use it for flash stuff. My only complaint is the strict >

Re: [nodejs] NODE.JS and HAXE

2012-07-31 Thread Tim Caswell
I know Joshua Granick ‏(@singmajesty) has explored this area a lot. I'm not sure if he's on this list though. I own the haxe book and used to use it for flash stuff. My only complaint is the strict typing and structuring doesn't really gel with node's loose capability oriented approach. On Tue,

[nodejs] NODE.JS and HAXE

2012-07-31 Thread Seiji Sam Lee
I have recently discover haxe (www.haxe.org) It have backports from haxe to java, c++, js and ... node.js (http://haxenode.org ); so is possible write in axe and translate into node.js Are there anybody that have tested haxe with node, than can explain us advantages and disadvantages? Th