A JavaScript like programming language created by Microsoft. Open source, and compiles to JavaScript.
25
votes
3answers
5k views
Differences between TypeScript and Dart
Microsoft recently unveiled Typescript, a new JavaScript-like programming language.
Some time ago, I heard about Dart, a new programming language created by Google to solve problems related to ...
20
votes
6answers
2k views
What is the motivation behind TypeScript?
We had JavaScript, then we had Flash, then we had Silverlight and then HTML5 ownd them all.
So what is the motivation behind TypeScript? What problems are going to be tackled and what improvements ...
4
votes
1answer
324 views
TypeScript or JavaScript for noob web developer [closed]
Following the recent release by Microsoft of TypeScript I was wondering if this is something that should be considered for a experienced WinForm and XAML developer looking to get into more web ...
4
votes
2answers
409 views
How does authentication work with ASP.NET (using Live ID and\or Windows Authentication)
I'm primarily a .NET desktop app programmer. Coming into the web world has been difficult. I'm trying to convert one of my Silverlight apps into HTML. But I'm having a hard time figuring out the ...
3
votes
1answer
658 views
Free Typescript editor with definition based code completion feature [closed]
I know that a plugin for Visual Studio exists. However i can't afford VS so i'm looking for a free alternative which can be used to code TypeScript and aware of the .d.ts definition files and can do ...
0
votes
1answer
2k views
coffeescript vs typescript vs JSX vs dart vs fantom [closed]
TypeScript website offer the following D3 example is there any comparison of the same D3 codes for the following languages available:
CoffeeScript
TypeScript
JSX
Dart
Fantom
It would be ...