Dart (programming language)

This is an old revision of this page, as edited by ZéroBot (talk | contribs) at 22:02, 13 September 2011 (r2.7.1) (Robot: Adding hu:Google Dart). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Dart (originally called Dash) is a web programming language developed by Google. It will be unveiled at the GOTO conference in Aarhus, October 10-12.[1] The goal of Dart is to replace JavaScript as the main built-in scripting language in web browsers. They will try to solve JavaScript's problems (which, according to a leaked memo[2], cannot be solved by evolving the language), while offering better performance (it's a design goal), the ability "to be more easily tooled for large-scale projects" and better security features.[3] They are developing a cloud-based IDE called Brightly, that will perhaps be the first Dart application. The Dart VM and Dart Cross Compiler (for a) compiling Dart to ECMAScript 3 on the fly, for compatibility with non-Dart browsers b) taking typed Closure code and converting to Dash[4]) could be available in late 2011.[3]

References