Asher, what do you think about TypeScript? Does it make JS tolerable?
Announcement
Collapse
No announcement yet.
Visual Studio 2012 Professional
Collapse
X
-
I've never used it. It goes a long way to helping.
Mozilla's ASM.js holds a lot of promise. Javascript, for application purposes, definitely should be treated akin to assembly.
http://www.unrealengine.com/html5/ is a fantastic example of what Javascript could be."The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Comment
-
Javascript is the correct option most of the time for client side scripting. At best you can use one of those weird languages that compile to javascript. But I think that's usually pretty pointless. jQuery makes it possible to write clean, reliable javascript.
I'm not sure why people think node.js is a good idea, but I've never used it so I reserve judgement.If there is no sound in space, how come you can hear the lasers?
){ :|:& };:
Comment
-
Scripting, yes.Originally posted by Hauldren Collider View PostJavascript is the correct option most of the time for client side scripting.
App development, no.
The reason it's a good idea is using something like a C++-to-ASM.js compiler gives you 5-10x the performance of hand-written JS.At best you can use one of those weird languages that compile to javascript. But I think that's usually pretty pointless. jQuery makes it possible to write clean, reliable javascript."The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Comment
Comment