What is difference between TypeScript and AtScript [closed]
Asked Answered
C

2

13

As my knowledge TypeScript Developed by Microsoft and Used for dynamically generate JavaScript.

I want know that What is difference between TypeScript and AtScript. Which one is better to learn for JavaScript programmer.

Camel answered 10/3, 2015 at 10:11 Comment(4)
Have you read the tooltips of both tags? atscript is now a part of typescript.Ehrman
AtScript is gone - long live TypeScriptGavrielle
en.wikipedia.org/wiki/AtScriptChericheria
@Gavrielle -- "AtScript is gone" -- Thank you, exactly the clarification I was looking for.Parmer
R
18

Rather than create another new programming language—Google has already done that with Dart—AtScript is designed to run on top of not only ECMAScript 5 and the upcoming ECMAScript 6, but atop Microsoft’s superset TypeScript language as well. The goal of AtScript is to make type annotation data available at runtime, also known as type introspection, in an effort to enhance JavaScript with type, field and metadata annotations. enter image description here References

Rutheruthenia answered 10/3, 2015 at 10:32 Comment(2)
AtScript+TypeScript =Angular 2 ?Camel
Angular has been using its own AtScript superset of Microsoft’s TypeScript for a while now. Angular 2 will be written in TypeScript and developers will be able to write their Angular 2 applications in this language,too.Rutheruthenia
B
6

As I understand it the intention was that ATScript will be a superset of TypeScript which will add some additional features around reflection and metadata.

It was recently announced that google and microsoft have been working together and that ATScript and Typescript will be merged moving forward.

Bothy answered 10/3, 2015 at 10:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.