My favorite T-shirt design from the conference:<p><pre><code> "1" != 1
deal with it
</code></pre>
Anybody who is considering adapting TypeScript should take a look at where Dart is, because the tooling is way ahead of what TS can offer. The language is not a JS-alternative anymore, rather an entire ecosystem of tooling both for development, debugging and monitoring, with a huge focus on the web (Angular2.dart) and mobile (Flutter).
I followed the 2 day summit and I am impressed both about what happened with angular.dart and flutter for the web and mobile. Its obivious what google thinks how web and mobile apps can be done in the future and even doing it already internaly. tracking Dart from time to time I thought, that it "somewhat died" and never got traction... it still seems so, but seeing what google is doing is encouraging. Its clear that if google thinks that webapps have to be done the angular.dart way, they will do it for the next 8 years or so; if the rest of us thinks that JS thing is the thing, googles way might be the same.<p>For flutter it might be different if Android gets expanded with flutter.<p>I used GWT a few years ago and still have a GWT app in production (which I hope never has to change until decommission).<p>Its not a coincidence that the mentioned GWT app should get replaced with a complete rewrite and we are at the point where we lay out the options to do that. GWT is marked clearly as "dead" for new developments within the clients infrastructure. Angular an reactjs are the recommended frameworks, even node.js and plain JS is a "allowed" option.<p>I do not have preferences for any plain JS or not typesafe languages personaly; but with the history of GWT, Dart or Angular.dart is a hard sell in this situation. Taking the Dart way is similar as we took GWT a few years ago, but even more a lockin into something the rest of us isn't doing (that does not mean the best is what others do, but you know what I mean eh?) because Dart is a new language and framework, from where one couldn't get away easy. The same applies to GWT; that code gets not compiled without gwt tools after you opted into GWT.<p>I hope Dart is making its way to (perhaps) replace Java in Android or make it into an alternative to the default.<p>For Dart as a Language for the web I don't know yet what happens(who knows). 2x productivity improvements for an App as mentioned in the summit talks is really great, and I think google doesn't advertise that if not true. Even more impressive is, that google choosed Dart to rebuild one of the most business critical WebApps; a thing you won't do if the technology is not rock solid.<p>So next for us is to recommend and prove whats the way to go for this old GWT app (that runs every day flawlessly) but is a hurt to maintain...