PDA

View Full Version : Dart Chromium



kryton9
19-02-2012, 00:17
I consider this a right move for Google. I hope they do something similar with Android.

http://blog.chromium.org/2012/02/tech-preview-of-chromium-with-dart.html

zak
19-02-2012, 09:33
there is also dart editor http://www.dartlang.org/docs/getting-started/editor/index-win.html

its size for windows 38 MB, also available for mac and linux.
there are samples , the best are the sunflower
http://www.dartlang.org/docs/getting-started/editor/images/sunflower.png

in the Tools click on creat and manage launches to choose the default browser.
if you want to create new application allow it building workspace before running the test.html in Chrome.

kryton9
19-02-2012, 22:48
I don't see much difference between Dart for Chromium and ActiveX for IE.

If the technology isn't cross browser compatible, why would anyone invest any time into it?

John, Dart itself can run on any browser, this was further down the page on the link above.

... Dart code can be executed in two different ways: either on a native virtual machine or on top of a JavaScript engine by using a compiler that translates Dart code to JavaScript. This means you can write a web application in Dart and have it compiled and run on any modern browser. ...

kryton9
19-02-2012, 22:51
there is also dart editor http://www.dartlang.org/docs/getting-started/editor/index-win.html
.

That sunflower is cool. Thanks for the example and pic, Zak.