Dart 1.0 Is Out
news.dartlang.org
Dart 1.0 Is Out
1–10 of 162 posts
Re: Dart 1.0 Is Out
#2* Blossom
* Montage
* Soundtrap
* Mandrill
* Google's internal CRM app
* Google Elections
Companies that started to add support for it: Adobe, drone.io, and JetBrains
Re: Dart 1.0 Is Out
#3Today’s release marks the first time Dart is officially production-ready, and we’re seeing teams like Blossom, Montage, Soundtrap, Mandrill, Google's internal CRM app and Google Elections, already successfully using Dart in production. In addition, companies like Adobe, drone.io, and JetBrains have started to add Dart support to their products.
Congrats to the team on releasing 1. Now to find a project to try it out in...
Re: Dart 1.0 Is Out
#4Re: Dart 1.0 Is Out
#5Re: Dart 1.0 Is Out
#6I almost finished the Language Tour when I went to the faq and was dissapointed to see that the dart2js compiler supports only ie9+ ( https://www.dartlang.org/support/faq.html#what-browsers-supp... ). Too bad, honestly.
Re: Dart 1.0 Is Out
#7I almost finished the Language Tour when I went to the faq and was dissapointed to see that the dart2js compiler supports only ie9+ ( https://www.dartlang.org/support/faq.html#what-browsers-supp... ). Too bad, honestly.
Their JS engines are woeful. Even if you can get something app-like (the kind of thing you would use dart for) to work, your app won't scale w.r.t. perf so you're painting yourself into a corner.
Re: Dart 1.0 Is Out
#8I think Dart has the potential to become a target for other languages [1]. The already-high-level code has a performant VM and it takes advantage of optional typing (unlike any other VMs I am aware of). In order to do so though, they should at least make a spawnString (like isolate's spawnUri) or even better, have the ability to JIT dart code by string but not execute it right away. 1 - https://www.dartlang.org/artic…
Re: Dart 1.0 Is Out
#9Silverlight and ActiveX have already shown the usefulness of proprietary enhancements.
No thanks.