What do you guys think about Dartlang?
1–10 of 24 posts
Re: What do you guys think about Dartlang?
#2It also force me to write frontend code in a more engineered way because that's how it works, which benefits myself down the road for the millions of times I revisit and update the code.
My only problem for Dart is that its doc is not complete and dart:js is lacking comprehensive example for complex library.
But all in all I enjoy Dart a lot for my frontend development.
Re: What do you guys think about Dartlang?
#3I use it and love it. I mainly use it for frontend stuff to replace most of the javascript. Writing code in Dart is easy, fun and PREDICTABLE. It also force me to write frontend code in a more engineered way because that's how it works, which benefits myself down the road for the millions of times I revisit and update the code. My only problem for Dart is that its doc is not complete and dart:js is lacking comprehens…
Re: What do you guys think about Dartlang?
#4I use it and love it. I mainly use it for frontend stuff to replace most of the javascript. Writing code in Dart is easy, fun and PREDICTABLE. It also force me to write frontend code in a more engineered way because that's how it works, which benefits myself down the road for the millions of times I revisit and update the code. My only problem for Dart is that its doc is not complete and dart:js is lacking comprehens…
Re: What do you guys think about Dartlang?
#5Re: What do you guys think about Dartlang?
#6Re: What do you guys think about Dartlang?
#7I 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 built http://woven.co with Dart and Polymer.
The biggest pain is when you'd like to use a JS lib that isn't wrapped for Dart yet. They're hard at work to make it much easier to interoperate. They're a kick ass team, great docs, first class support in WebStorm, and its future seems bright. There are issues with Polymer like SEO that are inherent in any SPA really, but there are experiments with React-like Virtual DOM diffing and others too.
On the server, the dart:io is powerful and Shelf looks like an awesome set of abstractions for http servers and more that I hope to play with soon.
Dart is treated with heavy skepticism I think often unduly, but judge it for yourself and I think you might be pleasantly surprised.
Re: What do you guys think about Dartlang?
#8Re: What do you guys think about Dartlang?
#9Language is good. Also they provide a lot of tools. Package manager, nice SDK, Profiler, Debugger, Code Analyzer, Formatter, Tree-Shaker and several editors. VM speed is close to JVM.. Dart is a very good server language as well. they provide nice command line support. You need to give a try and see to decide.
But there are places language and tools has not yet matured and community adaptation is still weak.