What is "dart"

Dart (originally called Dash) is a web-based language developed by Google. It was launched at the GOTO Conference 2011, which took place from 10 to 11 October 2011 in Aarhus, Denmark. The goal of the Dart language is to replace Javascript as the main language of browsers. Programs in this language can be either run on a virtual machine or compiled for Javascript.

Dart is class-based, simple inheritance, object orientation and C-style syntax. It supports interfaces, abstract classes, Generics and optional typing.

Static annotations do not measure the semantic execution of the code. Instead, annotations enable documentation for static and dynamic verification tools.

Source: Wikipedia.

Related Links: