• Home
  • Software Testing Service
  • About US
    • Privacy Policy
    • Disclosure
  • Write For Us
  • Submit Software
  • Contact Us
    • Subscribe
I Love Free Software
Best free software available all over the web. The free software categories include Windows Software, Social Networking Tools, and software installation videos.


  • Featured
  • Windows
  • Web Applications
  • App Store
  • Android
  • iPhone
  • iPad
  • Windows 8
  • Social Networking
  • Programming Tools

Google Programming Language: Dart

By Siddhartha on November 2, 2011 | Sponsored Links

Recently, Google launched its new programming language, Dart. Dart is a new structured programming language, based on classes. This new Google programming language comes as a replacement of JavaScript programming language. Google Dart supports web development and helps the developers to develop creative and attractive web pages.

Google Dart
Sponsored Links

Why Dart:

The basic reason to launch the new language “Google Dart”, is to replace the JavaScript from web development. This new language offers better performance and has the ability to support large scale web projects. This Google Programming Language is developed as a cloud based IDE environment, that offers cross compile option for developers. And can be compiled into ECMAScript 3 on the fly, that to is compatible with non-Dart browsers.

Google also unveiled the Dart language site that includes:

  • Open source tools
  • Program code samples
  • Tutorials
  • Libraries information, etc.

Here is a small program of Fibonacci series in Dart Language:

int fib (int n) {
   if (n<=1) return n;
   return fib (n-1) + fib (n-2);
}
main () {
    print (‘fib (20) = $ {fib (20)}’)
}

Features of Google programming language, Dart:

  • Open source
  • Class based
  • Optional types
  • Libraries
  • Tooling

Google Dart includes several design goals, these are :

  • It is a structured and flexible programming language for web development.
  • It is familiar and natural to developers and hence it is easy to learn
  • Dart comes with full range of devices on the web – including iPhone, Tablets, Laptops and Servers too.
  • It provides tools and can run faster on all modern browsers.

Here is a video tutorial that gives a brief introduction about the working of Google Dart language:

YouTube Preview Image
Google Dart is a new Google programming language that gives a new platform for developing web based components. It is very easy to learn for developers and includes modern class programming language. You can also download the Dart editor. Also you can check out more about Google Dart.
Home Page: Click Here
Works With: Windows, Mac, Linux
Free / Paid: Free

Link to This Page:




You Might Also Like:

  1. Scratch – Free Programming Language for Kids
  2. Customizable Text Editor with Programming Language Support: InType
  3. 5 Language Translation Extensions for Google Chrome
  4. Alice – Free 3D Programming Environment for Kids
  5. Translation Plugin for Chrome to Convert Webpage Language: Language Immersion

Be the first to know about Latest Free Software:

  • Join us on Facebook
  • Subscribe to our RSS Feed
  • Follow us on Twitter
  • Subscribe to Email Updates:

Posted in Programming Tools | Tagged dart dart, flexible programming language, Google+, new language, new programming language, open source, programming, structured programming language | Leave a response

Siddhartha

« Previous Next »

Featured Posts

  • 5 Free Snippet Managers To Manage Code Snippets
  • 5 Free Online Tools To Test Website In Different Resolutions
  • 5 Free Microsoft Access Alternatives
  • 5 Free IP Notifier Apps
  • 5 Online Mapping Websites
  • 5 Free Alternatives To iGoogle
  • 7 Websites To Download Windows 8 Themes
  • 5 Best Free Calculator Apps For Windows 8

Join More than 15,000 Followers!

Enter your Email Address
  • Submit Software
  • Software Testing Service
  • Write For Us
  • About Us
  • Privacy Policy
  • Disclosure
  • Contact Us

Link to Us:

Did we review your software here? Feel free to flaunt this badge on your website:

Free Software

Use this Code:

Copyright © 2013 I Love Free Software.

Powered by WordPress and Hybrid. New - H