Advertisement

Google's Dart SDK and Editor arrive as beta with focus on performance

Dart isn't conquering the world wide web just yet, but that doesn't mean Google is giving up on its darling programming language. The internet giant has just released the first beta of the SDK and Editor, and the update's focus is obvious: speed. The analysis engine, which is responsible for altering you to errors in your code, has been revamped and is now 20 percent faster, according to Google. There are a whole bunch of new features designed to simplify development too, such as the ability to import or rename libraries. And the Editor's autocomplete engine is now "camelcase aware," meaning when you type "iE" the editor tracks down "isEmpty." Dart code compiled to JavaScript now results in significantly smaller file sizes and Dart VM performance has supposedly been boosted by between 33 and 40 percent. Oh, and there's much, much more... this is just the SparkNotes, folks. For the full change log hit up the source.