AtScript: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
AtScript is a language created to help developers read JavaScript. Similar to Microsoft's TypeScript, Google has created AtScript to improve JavaScript by providing a much easier way to manage it. AtScript is designed to work alongside TypeScript. AtScripted is influenced by TypeScript but Typescript lacks runtime introspection and metadata annotations. <ref> Harvey Miško. "Improving JavaScript: Google throws AtScript into the mix." <ref>{{cite web|last1=Anderson|first1=Tim|title=Improving JavaScript: Google throws AtScript into the mix|website=http://www.theregister.co.uk/2014/11/04/improving_javascript_google_throws_atscript_into_the_mix/}}</ref> Enhancements include: Type annotations, Field annotations, Metadata annotations and Type Introspection with annotation support. SDTimes has designated AtScript as Google's new superset JavaScript runtime. <ref> Marvin, Rob. "AtScript, Google's new superset JavaScript runtime". SDTimes, 2014.</ref>