MyBB Community Forums

Full Version: Google's Dart aims to replace JavaScript
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://www.theregister.co.uk/2013/01/18/...interview/

Interesting read. If performance goals are met (2x faster over JavaScript) I wonder if MyBB 2 would end up using it.
I wonder if this is general discussion.
"Dart helps on things like 3D gaming."

Pretty overkill for MyBB. I highly doubt MyBB 2.0 would need such performance. It is just a bulletin board after all. An application like Gmail would require something like this but we don't intend to write 2.0 purely on Javascript and AJAX.
(2013-01-20, 08:32 PM)Nathan Malcolm Wrote: [ -> ]"Dart helps on things like 3D gaming."

Pretty overkill for MyBB. I highly doubt MyBB 2.0 would need such performance. It is just a bulletin board after all. An application like Gmail would require something like this but we don't intend to write 2.0 purely on Javascript and AJAX.

Also it will take several years before browsers besides Chrome start actually supporting this new language. There isn't much point of using it if it only works in one browser, even if it has much better performance.
(2013-01-20, 10:15 PM)RAND0M1ZER Wrote: [ -> ]
(2013-01-20, 08:32 PM)Nathan Malcolm Wrote: [ -> ]"Dart helps on things like 3D gaming."

Pretty overkill for MyBB. I highly doubt MyBB 2.0 would need such performance. It is just a bulletin board after all. An application like Gmail would require something like this but we don't intend to write 2.0 purely on Javascript and AJAX.

Also it will take several years before browsers besides Chrome start actually supporting this new language. There isn't much point of using it if it only works in one browser, even if it has much better performance.

Well, since the Dart editor allows exporting in Javascript (Or rather, the SDK offers dart2js compiler), it'd be simple to write it in Dart, export it in both, and offer the respective version to whoever's browsing.

But like Nathan said, this seems to really only have a needed impact on larger apps. I'm curious what everyone else has to say about it though.
(2013-01-20, 08:32 PM)Nathan Malcolm Wrote: [ -> ]...but we don't intend to write 2.0 purely on Javascript and AJAX.

Heavens why not?! ^^ lol

So if this Dart is the "js" of the future... what's the future of php?
Frameworks are the current movement for php development.