Dartium: Google’s New Dart Programming Language Comes to Chromium
siliconfilter.com
Dartium: Google’s New Dart Programming Language Comes to Chromium
1–10 of 53 posts
Re: Dartium: Google’s New Dart Programming Language Comes to Chromium
#2Re: Dartium: Google’s New Dart Programming Language Comes to Chromium
#3I wish Google would just embrace CoffeeScript instead of this. It's a prettier language, and already solves many of the problems Dart is concerned with.
Re: Dartium: Google’s New Dart Programming Language Comes to Chromium
#4Re: Dartium: Google’s New Dart Programming Language Comes to Chromium
#5I wish Google would just embrace CoffeeScript instead of this. It's a prettier language, and already solves many of the problems Dart is concerned with.
The primary goal of dart is speed.
http://www.dartlang.org/docs/technical-overview/index.html#g...
Performance is a design goal, but it is not given as the primary goal.
Of course, a cynical observer might say that the real primary goal of Dart is to give Chrome an artificial performance advantage over competing browsers, since that will be, at the very least, an initial effect if Google succeeds in promoting its adoption.
Re: Dartium: Google’s New Dart Programming Language Comes to Chromium
#6Earlier quoted context omitted.
The primary goal of dart is speed.
If you look at the stated design goals for Dart: http://www.dartlang.org/docs/technical-overview/index.html#g... Performance is a design goal, but it is not given as the primary goal. Of course, a cynical observer might say that the real primary goal of Dart is to give Chrome an artificial performance advantage over competing browsers, since that will be, at the very least, an initial effect if Google succeeds in pro…
Re: Dartium: Google’s New Dart Programming Language Comes to Chromium
#7I wish Google would just embrace CoffeeScript instead of this. It's a prettier language, and already solves many of the problems Dart is concerned with.
Re: Dartium: Google’s New Dart Programming Language Comes to Chromium
#8Re: Dartium: Google’s New Dart Programming Language Comes to Chromium
#9I hope Google isn't going to solely rely on Chrome having a Dart VM to increase Dart performance. As it stands; no other browser is interested in the Dart VM, so your app will only benefit from the speed in Chrome while other browsers are at the mercy of the efficiency of the Dart->JS compiler. If the compiler can produce near-JS performance I wish them and Dart developers well, otherwise using Dart will only handica…
Re: Dartium: Google’s New Dart Programming Language Comes to Chromium
#10A language that does not suck? Check. Is it multi platform? Check. Can it work in other browsers if necessary? Check. Is it open source? check. Can it run in server? Check. Is it fast? Check.