Google lanserer Dart: Dart er et nytt programmeringsspråk for å bygge webapplikasjoner.
Dart code can be executed in two different ways: either on a native virtual machine or on top of a JavaScript engine by using a compiler that translates Dart code to JavaScript. This means you can write a web application in Dart and have it compiled and run on any modern browser. The Dart VM is not currently integrated in Chrome but we plan to explore this option.
Manual og kodeeksempler finnes på Dartlang.org.