*** Welcome to piglix ***

Dart (programming language)

Dart
Dart logo wordmark.png
Paradigm Multi-paradigm: scripting, object-oriented (class-based), imperative, reflective, functional
Designed by Lars Bak and Kasper Lund
Developer Google
First appeared October 10, 2011; 5 years ago (2011-10-10)
Stable release
1.21 / December 7, 2016; 2 months ago (2016-12-07)
Typing discipline Optional
Platform Cross-platform
OS Cross-platform
License BSD
Filename extensions .dart
Website www.dartlang.org
Major implementations
Dart VM, dart2js, Dartino, Flutter
Influenced by
JavaScript, Smalltalk, Erlang, Strongtalk, C#

Dart is a general-purpose programming language originally developed by Google and later approved as a standard by Ecma (ECMA-408). It is used to build web, server and mobile applications, and for Internet of Things (IoT) devices. It is open-source software under a permissive free software license (modified BSD license).

Dart is an object-oriented, class defined, single inheritance language using C# style syntax that transcompiles optionally into JavaScript. It supports interfaces, mixins, abstract classes, reified generics, and optional typing.

Dart was unveiled at the GOTO conference in Aarhus, Denmark, October 10–12, 2011. The project was founded by Lars Bak and Kasper Lund.

Ecma International has formed technical committee TC52 to work on standardizing Dart, and inasmuch as Dart can be compiled to standard JavaScript, it works effectively in any modern browser. Ecma International approved the Dart language specification first edition in July 2014, at its 107th General Assembly, and a second edition in December 2014.


...
Wikipedia

...