chronicle

eine chronik in blogs


2011.10
Dart: a language for structured web programming Dart: a language for structured web programming - Mit Dart tüftelt Google an einer Programmiersprache für Webseiten.

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.

# google