TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AngularDart is going all Dart

104 pointsby tweakzalmost 9 years ago

11 comments

zoechialmost 9 years ago
Dart is awesome. Just because currently the community is still small doesn&#x27;t mean much. Google is working on so much great stuff that Dart becomes more compelling every month. They are lying low since awhile with public announcements, but if you follow the commits there is so much work being done. In a few months it will become hard to ignore Dart.<p>The combined development (TS+Dart) was slowing Angular development down and contribution was painful because one needed knowledge of both languages. There are notable downsides for the split development but I fully understand the decision. Implementing everything in a way that it can be translated into the other language was a real pain and limited both versions to a common denominator which prevented both versions to benefit from the advantages of their respective language.
评论 #12132210 未加载
评论 #12132226 未加载
评论 #12131602 未加载
pfootialmost 9 years ago
My initial reactions upon hearing this.<p><pre><code> * wait, is dart still a thing? * this can&#x27;t be good for angulardart. </code></pre> Basically they&#x27;re splitting the project into two projects, claiming that both sides will benefit from lots of support. I suppose if the typescript half of angular was held back by any needs to cross-compile into dart, then the typescript half will be losing shackles.<p>I honestly don&#x27;t see how a low-penetration language is going to benefit much here - are we going to see a resurgence of interest in dartlang just because now there&#x27;s a more native-feeling angular library for it? I&#x27;ve been wrong in the past, I guess.
评论 #12131341 未加载
评论 #12131980 未加载
评论 #12131340 未加载
Touchealmost 9 years ago
What a train-wreck. So now AngularDart has it&#x27;s own dedicated team? Angular is already swimming upstream having lost its position to React and it&#x27;s respect within Google to Polymer. That they are going to be supported 2 separate language versions of the same giant framework is kind of hilarious.
评论 #12131945 未加载
评论 #12132214 未加载
评论 #12132280 未加载
评论 #12131895 未加载
oceankidalmost 9 years ago
I find Dart consistent, fun and the documentation very beginner friendly, especially compared to Go.<p>I really want to use it and wish the community&#x2F;IRC was slightly more active.
评论 #12132130 未加载
评论 #12131681 未加载
评论 #12131691 未加载
评论 #12131829 未加载
rvijapurapualmost 9 years ago
&quot;First they ignore you, then they laugh at you, then they fight you, then you win.&quot; - Mahatma Gandhi<p>Frankly, all these arguments are by people who never tried Dart in the first place. Dart is perfect for large scale applications - especially enterprise ones.
评论 #12134321 未加载
tkubackialmost 9 years ago
I tried both TS and Dart and Dart has just way better developer exp. especially when using IntelliJ and doing lot of small apps which have to be mantained.
评论 #12134361 未加载
msoadalmost 9 years ago
The big difference between Dart and TypeScript is that Dart has a standard library for DOM.<p>But I&#x27;m not sure how that&#x27;s different than .d.ts files for DOM that TypeScript has in its core. After all DOM code is translated to JS code 1:1. Maybe Dart does more magic?
评论 #12132018 未加载
评论 #12131573 未加载
Bahamutalmost 9 years ago
Thank god - for anyone who has contributed to Angular 2, having to write code a certain way because of dart sucks.
评论 #12131591 未加载
lackeralmost 9 years ago
So there is now Angular 1, Angular 2, AngularDart. Next I predict they will launch Angular 3 which is incompatible with all the others.
评论 #12131916 未加载
insulanianalmost 9 years ago
&gt; Dart was designed &quot;batteries included&quot; – it’s not just a programming language, but also a set of stable libraries, solid tools, a great framework — and soon, a repository of battle-tested UI widgets.<p>Clicked on <i>solid tools</i> link. Got <i>404: Page not found</i>.<p>Not a <i>solid</i> start.
andrewclunnalmost 9 years ago
Just what the javaScript framework world needs, more competing standards!