Dart + Chromium = Dartium
Written by Ian Elliot   
Tuesday, 21 February 2012

Google has released an experimental build of Chromium that includes an integrated Dart language runtime. The browser, nicknamed  Dartium, is being made available as a technical preview for those who want to see how the Dart virtual machine works in a browser.

 

googledart

 

Google launched Dart, a language for structured web programming in October 2011. Now the Dart team has released binaries (initially for Mac and Linux with Dartium for Windows billed as coming soon) that integrate the Dart VM into Chromium. This enables devs to run Dart programs directly on the Dart VM in Chromium and avoid a separate compilation step. The idea is that these programs will take advantage of the VM's faster performance and lower startup latency.

Chromium is the open source version of the Chrome browser so installing Dart into Chromium is a good way of testing it out before adding it to Chrome.

According to the Google blog, this is another step forward for the open source "batteries included" Dart platform. However, as a technology preview Dartium should not be used for day-to-day browsing. After more testing and developer feedback, the team plans to include the Dart VM in Chrome.

dart

Having Dart built into the Google Chrome browser would be a significant advantage for the new language, but it would also single Chrome out as "non-standard". What really matters to the future of the language is to get it adopted by other browsers, and this is only going to be possible if Google manages to get it adopted as a standard. The alternative is to continue of make use of the Dart-to-JavaScript compiler and to treat JavaScript as the assembler of the HTML5 world.


Of course, there are some who think that the problems with JavaScript are minor and we don't really need a complete overhaul of a class-based Java clone like Dart.

More Information

Tech preview of Chromium with Dart engine now available (Google blog)

Chromium with the Dart VM

 

Related Articles

Google starts to detail Dart

Google spawns yet another language - Dart

 

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Google+, Twitter, Linkedin or Facebook or sign up for our weekly newsletter.

 

Banner


Is PHP in Trouble?
10/04/2024

The April 2024 headline for the TIOBE Index, which ranks programming languages in terms of their popularity, reads, "Is PHP losing its mojo" asking this question because this month PHP has dropped out [ ... ]



Running PostgreSQL Inside Your Browser With PGLite
18/03/2024

Thanks to WebAssembly we can now enjoy PostgreSQL inside the browser so that we can build reactive, realtime, local-first apps directly on Postgres. PGLite is about to make this even easier.


More News

Last Updated ( Wednesday, 29 January 2014 )