Google Dart native on WebKit?
grobmeier.de
Google Dart native on WebKit?
1–10 of 47 posts
Re: Google Dart native on WebKit?
#2Re: Google Dart native on WebKit?
#3Aside from that, Google seems to be arguing that 1) there exist languages that compile to EcmaScript, so 2) single-vendor VMs in browsers is now OK. I'm being harsh here but that is the essence of it and it makes no sense at all.
Re: Google Dart native on WebKit?
#4Notabene it also featured CSS, ActiveX controls and Microsoft Java VM with Java Applets - http://en.wikipedia.org/wiki/Internet_Explorer_3.
Re: Google Dart native on WebKit?
#5What happened to Google's motto "Don't be evil?". Obviously they are trying to balkanize the web with non-standard technologies again.
Getting near native performance in the browser would help take web apps to another level. Photoshop in a browser, for example.
Re: Google Dart native on WebKit?
#6Edit: Added link.
Re: Google Dart native on WebKit?
#7What happened to Google's motto "Don't be evil?". Obviously they are trying to balkanize the web with non-standard technologies again.
Why would this be evil as long as Dart remains an open standard? Making it run better on their platform would incentivize the adoption of Chrome and Dart. Getting near native performance in the browser would help take web apps to another level. Photoshop in a browser, for example.
Re: Google Dart native on WebKit?
#8Sorry I don't get this. If Dart is delivered to the browser in source form, you'll still want script compressors and/or tools like Closure Compiler to eliminate unused code. Even if Dart is delivered to the browser in bytecode format you'll need a toolchain on the backend--and you'll still need symbol tables for client debugging.
If anything, the toolchain and project setup will be more complex for Dart developers if they want to support all browsers. They'll need to create one set of files for Chrome with native Dart and cross-compile to JavaScript for all other browsers. Then they'll need to conditionally include one set of script files or the other.
Re: Google Dart native on WebKit?
#9 The type attribute gives the language of the script or format of the data.
I see no reason why some WebKit developers want to restrict what languages people can add by technical means. If there's a political reason to restrict it, they probably should discuss it within W3C and remove "type" attribute if they come to conclusion that JavaScript is the only language allowed.Re: Google Dart native on WebKit?
#10Flashback from 1996: Internet Explorer 3.0 with support of VBScript and JScript (reverse-engineered JavaScript) released. Notabene it also featured CSS, ActiveX controls and Microsoft Java VM with Java Applets - http://en.wikipedia.org/wiki/Internet_Explorer_3 .