Dart is a client-optimized language for developing fa st apps on any platform. Its goal is to offer the most productive programming language for multi-platform development, paired with a flexible execution runtime platform for app frameworks.More..
History:Dart was unveiled at the GO
TO conference in Aarhus, Denmark, October 10–12, 2012. The project was founded by Lars Bak and Kasper Lund. Dart 1.0 was released on November 14, 2013.
| Lars Bak |
Example:
void main() {
print('Hello, World!');
}