Dart Then and Now


Dart is 11 years old
How Dart looked like and how it is now:
Then
Now
Description
Dart is a client-optimised programming language for apps on multiple platforms. It is developed by Google and is used to build mobile, desktop, server, and web applications.
Dart is an object-oriented, class-based, garbage-collected language with C-style syntax. Dart can compile to either native code or JavaScript. It supports interfaces, mixins, abstract classes, reified generics, and type inference.