Comment Re:Android? (Score 1) 219
It's a JavaScript replacement.
http://en.wikipedia.org/wiki/Google_Dart
http://www.2ality.com/2011/09/google-dart.html
But just like JavaScript it can (potentially) be used for server-side as well (node.js)
For the average user who has more RAM and CPU cycles than what they know what do with; does it matter that a page will load in 1sec or 2sec? Seriously, 99% of the consumers won't care.
Amazon found that a 100ms delay decreased sales by 1%, Google also found similar results where an artificial increase in page loading time decrease the number of searches users performed. So it appears that users DO care, at least at an unconscious level.
Also, you're partly missing the point of faster browsers. As browsers get faster & more advanced, web developers will find interesting ways to take advantage of that extra power and capabilities and deliver more compelling user experiences (look at 3D on the web with WebGL, or ultra low latency two way communication with WebSockets for example). Unless you're one of those Web Luddites who thinks the web should just be black text on the white background with the occasional image.
In seeking the unattainable, simplicity only gets in the way. -- Epigrams in Programming, ACM SIGPLAN Sept. 1982