I would like to know, which is the wise decision to take when choosing Haxe NME or Script# to work with HTML5?
I know there benefits of Haxe over AS3, but what about Script#? whats the limitations vs real C#?
Dose Script# support generic types? Can I still use generic types in Haxe to target HTML5?
Any idea around the topic is highly appreciated!
The one reason to use Script# is if you like C# so much that you would like to use it for JavaScript development, even if you only get to use a subset of it. That's for you to decide. Such small and young projects thrive on enthusiastic users, who dare to test them in the field.
Personally, I use Haxe since about 4 years now, and these are the advantages I see:
So I do think Haxe is better, but if you love the idea of Script#, then you shouldn't be discouraged from pursuing it.
If you're really just looking for the best tool, then I suggest you choose between Haxe and TypeScript. The latter - while also considerably poorer in features - does an excellent job at mapping JavaScript to a relatively robust type system.