JavascriptVirtualMachine

Latest

  • Google toasts Dart's one-year anniversary with first stable SDK (video)

    by 
    Steve Dent
    Steve Dent
    10.17.2012

    It's not a real birthday party without a present, so Google has just pulled the wraps off the first stable version of the Dart structured programming language, one year after it was launched. Along with "thousands" of bug fixes, the rejuvenated version will have a faster virtual machine, new JavaScript translator, HTML, server-side I/O and interoperable JavaScript libraries, the Pub package manager and Dartium, a Chromium build with native Dart support. Mountain view promised to keep the improvements coming "while maintaining backward compatibility" for the language, so if you feel frisky enough to jump JavaScript's ship, check the source below (or video after the break) to see how to grab it.

  • Google's Dart lands in Chromium tech preview

    by 
    James Trew
    James Trew
    02.17.2012

    Leaves weren't the only things flying around Mountain View last Autumn if you remember, Google also unleashed its Dart programming language. Now, developers can get their hands on a tech preview version of Chromium, with the Dart virtual machine baked right in. There are Mac and Linux binaries available today, but no details about other platforms (ahem Windows) at this time. The preview lets you run your programs directly on the Dart VM, skipping the separate compilation stage. While it's just for developers at the minute, there are plans to include this in standard Chrome releases in the future. Aim at the source link after the break for the full details.

  • Google takes steady aim at web programming with Dart

    by 
    Mat Smith
    Mat Smith
    10.10.2011

    Google has brought its arm up, narrowed its focus and let Dart fly. The new programming language focuses on web apps, and the internet giant is hoping that Dart will feel "familiar and natural" to developers raised on a diet of rival programming languages. The ability to execute code in either a native virtual machine (which emulates how it'd work in real-life) or a JavaScript engine means that anything can be compiled to run on current web browsers. Dart devs are also exploring the idea of cramming a virtual machine inside future versions of Chrome. Eager coders can now get their teeth into all of Google's open source development tools by targeting the second source link below.