Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Google Programming Software

Google Starts to Detail Dart 219

MrSeb writes "After waiting for more than a month, Google has unveiled its mysterious Dart programming language... and you're going to kick yourself for getting so preemptively excited. Dart is a new programming language that looks like Java, acts a lot like Java, runs inside a virtual machine like Java... but ominously, it also has a tool that converts Dart code into JavaScript. Language-wise, its features are unlikely to knot your panties: there are classes and interfaces, it is optionally typed (you can switch between untyped prototype code to an enterprise app with typing), the syntax is very lackluster, there's a very strong concurrency model, and Google is promising lots of juicy libraries that can be leveraged by developers. Basically, the language isn't meant to be exciting: in Google's own words, it's designed to be 'familiar and natural' — and indeed, if you write Java or C# code, Dart will probably feel very approachable."
This discussion has been archived. No new comments can be posted.

Google Starts to Detail Dart

Comments Filter:
  • by LWATCDR ( 28044 ) on Monday October 10, 2011 @11:47AM (#37664086) Homepage Journal

    When and if every browser on the market supports it.
    Until then it is just interesting.

  • by goruka ( 1721094 ) on Monday October 10, 2011 @11:58AM (#37664348)
    The main problem of Java and C# is that they are controlled by Oracle and Microsoft respectively, both of which have repeatedly shown to not play nice with the open source developer community, have used patents aggressively and care very little for open standards.
    Even mono is not open enough to allow usage in many embedded devices (read: game consoles) without paying royalties, due to the GPL license.
    A replacement for those that is portable, can be used everywhere, is easy to migrate to and is distributed by the very permissive licenses Google always utilizes sounds extremely good in my view, so I think the negative tone of the summary is misplaced..
  • Whoa there (Score:5, Insightful)

    by SuperKendall ( 25149 ) on Monday October 10, 2011 @12:15PM (#37664684)

    The main problem of Java and C# is that they are controlled by Oracle and Microsoft respectively

    But Dart is controlled WHOLLY by Google. Why is that really any different or better?

    The reality for Java is much better, it's controlled by a community standards body (the JCP). Oracle can provide direction but they are NOT in control the way Microsoft and Google are.

Intel CPUs are not defective, they just act that way. -- Henry Spencer

Working...