Slashdot Mirror


Google Releases Dart 1.1

rjmarvin writes "Google released version 1.1 of its Dart open-source web programming language today, with new features and improved tools. The Dart Editor is updated with improved debugging, code implementation and more descriptive toolkits, and new UDP (User Datagram Protocol) and documentation support command-line and server-side Dart applications. Google also highlighted benchmarks such as the Richards benchmark, where Dart 1.1 is running 25% faster than JavaScript, as part of the larger competition between Dart and JavaScript in creating more complex applications in the web development space."

8 of 161 comments (clear)

  1. better than javascript? by schneidafunk · · Score: 4, Interesting

    My understanding is that Dart will not be really useful until it has native browser support on all browsers. I have not used it, so please correct me if I'm wrong. I'm curious to know if anyone who has experience with it can explain the benefits.

    --
    Some people die at 25 and aren't buried until 75. -Benjamin Franklin
    1. Re:better than javascript? by LWATCDR · · Score: 4, Interesting

      dart does have a compile to javascript option.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  2. Re:25%?? by lgw · · Score: 4, Insightful

    So how long till Google drops this project too? I'm all for new approaches to code that runs in the browser, but I'm a bit hesitant to invest in any technology stack from a company with such a history of dropping projects.

    Is there any sort of non-google dev community supporting Dart itself? Or is it completely dependent on Google at this point?

    --
    Socialism: a lie told by totalitarians and believed by fools.
  3. Re:25%?? by rlwhite · · Score: 5, Informative

    And it appears to be a misquote of TFA too: "Dart’s Javascript output continues to shine. Performance on the Richards benchmark is 25% better than the first release, making runtime comparable to the original JavaScript."

  4. Re:If MS wrote dart for IE instead by TopSpin · · Score: 5, Informative

    Is Dart an open language spec?

    The language spec is CCA 3 and ECMA standards tracked. The source code is BSD.

    Javascript was not an immaculate conception of Berners-Lee, Torvalds and Stallman. It was a product of Mozilla, blessed by nobody and foisted on the world via the defacto browser of the day. It is also more than flawed enough to justify some competition.

    The <script> tag has a "language" attribute for a reason, the curmudgeons of Slashdot notwithstanding.

    --
    Lurking at the bottom of the gravity well, getting old
  5. Re:Time to Get Out by Kielistic · · Score: 4, Insightful

    How is this insightful? Of course all new languages do the same thing as the old ones. They're all Turing complete! If you don't understand that then, yes, you probably should leave IT. And don't forget to program everything in Assembler! Kids these days and their C. Just a crutch.

  6. Re:25%?? by JavaTHut · · Score: 4, Informative

    Dart is really just the evolution of Google's GWT efforts, which they've been pretty good about supporting long-term and cultivating community contributions while also making a lengthy migration path to Dart

  7. Re:25%?? by MochaMan · · Score: 5, Informative

    Dart team member here. The Dart project, like Chromium, is being run as a fully open source project accepting patches from Googlers and non-Googlers alike. We've also begun the ECMA Standardization process, meaning that like JavaScript we'll have a open standard that anyone can implement to. In terms of Dart users, here's a list of some. Hope that answers your questions!