Linked by Thom Holwerda on Mon 1st Oct 2012 22:55 UTC
Thread beginning with comment 537282
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
The thing is that is ultimately unrealistic.
I been doing Web Development properly now for 3 years and while I am quite comfortable writing jQuery plugins and large scripts.
The prototype based OOP, along with the function scoped variables is a PITA to get your head back into after coming from something sensible like C#.
Also when reading pure JavaScript, from someone who does just JavaScript for a living ... It pretty hard to read.
If these transcompilers can be mapped to the JavaScript code easily, then I am all for them because it makes my life simpler as a C# developer that occasionally does JavaScript.





Member since:
2005-07-08
My problem with Dart, TypeScript and thousand other languages that compile to JavaScript is that they are not JavaScript.
I don't need to add more hours to my work time to spend mapping JavaScript code back to whatever was the original source code.
People should learn to stop complaining about JavaScript, period. Don't like?
Then go code native applications which talk to the server with normal plain network protocols.