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


Azure AI And Pgvector Run Generative AI Directly On Postgres
26/03/2024

It's a match made in heaven. The Azure AI extension enables the database to call into various Azure AI services like Azure OpenAI. Combined with pgvector you can go far beyond full text search. Let's  [ ... ]



Couchbase Adds Vector Search
07/03/2024

Couchbase is adding support for vector search across its entire product line including Capella, Enterprise Server, and Mobile. Support has also been added for retrieval-augmented generation (RAG) tech [ ... ]


More News

Last Updated ( Wednesday, 29 January 2014 )