Do they know something about the health of Dart that we don't?
What do you guys think about Dartlang?
11–20 of 24 posts
Re: What do you guys think about Dartlang?
#12I'm developing with Dart full-time since about 1 1/2 years and I'm just glad that I don't have to use JS anymore. JS has still more libs ready to use but the quantity and quality of the packages available for Dart are raising fast. I enjoy that I can use the same language client- and server-side and share a lot of code. Upcoming features will make Dart even more appealing (Appengine support, DartVM in Chrome, async/a…
Re: What do you guys think about Dartlang?
#13I'm developing with Dart full-time since about 1 1/2 years and I'm just glad that I don't have to use JS anymore. JS has still more libs ready to use but the quantity and quality of the packages available for Dart are raising fast. I enjoy that I can use the same language client- and server-side and share a lot of code. Upcoming features will make Dart even more appealing (Appengine support, DartVM in Chrome, async/a…
Is DartVM in Chrome confirmed? I keep hearing it will happen, but haven't seen anything official.
Re: What do you guys think about Dartlang?
#14And no need for a "Dart: the good parts" book. It's all good :-)
Re: What do you guys think about Dartlang?
#15One thing that bothers me about Dart is that the Angular.js team decided to go with their own language AtScript, even though they were quite experienced with Dart in AngularDart. Do they know something about the health of Dart that we don't?
disclaimer: I've worked on the Dart team and on the Traceur compiler in the past too. So I'm definitely not unbiased on these topics :)
Re: What do you guys think about Dartlang?
#16One thing that bothers me about Dart is that the Angular.js team decided to go with their own language AtScript, even though they were quite experienced with Dart in AngularDart. Do they know something about the health of Dart that we don't?
Re: What do you guys think about Dartlang?
#17I evaluated Node, intrigued by the idea of event-driven, non-blocking client and server side code written in one language, but I found it to be a wild ecosystem with dozens of frameworks and not enough support and guidance for them. I found Dart with its promise to bring some structure and sanity to that approach, including building a language from the ground up to do away with JS's quirks, and it has delivered. I bu…
Re: What do you guys think about Dartlang?
#18However; there are some frustrating holes in it though that have made our prototyping tricky; such as:
Serialisation; not even JSON support. Alan Knight is working on a Serialisation library; but even that is frustrating to use (it doesn't support DateTimes at all well for ex), so I'm generating having to generate serialisation code from C#.
No private pub server. If you want to host Dart packages internal to your company locally; you're out of luck. Although the source for pub.dartlang.org is open; it's written to only work on AppEngine; which kinda sucks.
We're also slightly nervous that the Dart VM still isn't in Chrome. I don't know what's taking so long, but this would seriously help convince others that Google is really invested in Dart.
Re: What do you guys think about Dartlang?
#19I evaluated Node, intrigued by the idea of event-driven, non-blocking client and server side code written in one language, but I found it to be a wild ecosystem with dozens of frameworks and not enough support and guidance for them. I found Dart with its promise to bring some structure and sanity to that approach, including building a language from the ground up to do away with JS's quirks, and it has delivered. I bu…
Would you like to see it replace JS? I think many would argue something should before we train an entire generation in the idiosyncrasies of JS.
(Google should've spec'd a generic VM together with MS+Mozilla and built Dart on top of it; but that ship has sailed!)
Re: What do you guys think about Dartlang?
#20I'm developing with Dart full-time since about 1 1/2 years and I'm just glad that I don't have to use JS anymore. JS has still more libs ready to use but the quantity and quality of the packages available for Dart are raising fast. I enjoy that I can use the same language client- and server-side and share a lot of code. Upcoming features will make Dart even more appealing (Appengine support, DartVM in Chrome, async/a…
Is DartVM in Chrome confirmed? I keep hearing it will happen, but haven't seen anything official.