On Wednesday, September 17, 2014 10:55:53 PM UTC-4, Andrew Chambers wrote: > On Thursday, September 18, 2014 12:12:37 PM UTC+12, Jacob Goodson wrote: > > Is anyone thinking about this? I asked a couple of years ago and figured > > it would be a good time to ask again. Dart VM will be included with chrome > > soon and it will be running on app engine as well. > > What are the benefits? javascript is already supported and has more reach.
Dart compiles to js with the same tree shaking capabilities as the google closure compiler(it also has deferred library loading). Snapshots, performance, actor like concurrency model, etc. Dart will also be acquiring a version of the await features that are in c#. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
