Google has released an early preview of Dart a new programming which can be used as an alternative to JavaScript. According to Google Dart’s design goals are:

  • Create a structured yet flexible language for web programming.
  • Make Dart feel familiar and natural to programmers and thus easy to learn.
  • Ensure that Dart delivers high performance on all modern web browsers and environments ranging from small handheld devices to server-side execution.

Dart is meant for both smaller type of unstructured projects as well as large complicated projects requiring formal coding. Dart gives you optional types so that you can start off without writing codes without types and later add them if required.

Dart is class-based and object-oriented. The Dart code can be executed either on a native virtual machine or on top of a JavaScript engine by using a compiler that will translate Dart code to JavaScript.

Google also says:
“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.”

In order to facilitate programmers Google has also set up a website Dartlang.org which details various examples of programming simple to large web applications with Dart.



Stay updated with news of your interest by joining Techowiz on Twitter or Facebook.



Techowiz also suggests you to read:

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>