Sunday, 3 March 2013

Dart Language


DART LANGUAGE 







                                                   Dart is an open-source Web programming language developed by Google. Dart – a class-based language inspired by SmallTalk, Java and C++ and supposed to be faster than JavaScript.

Official website is http://www.dartlang.org/






Technical overview of dart language is

Book on Dart language in detail

Tour of Dart Language is








Dart tools editor, sdk, chromium with dart virtual machine

Dart Resources, code samples, API resources, presentations, videos, community, frequentl asked questions

Dart news and updates

Hello World example:
main() {
  print('Hello World!');
}

No comments:

Post a Comment