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.

Dart 1.5

160 pointsby dboydalmost 11 years ago

14 comments

luosalmost 11 years ago
I tried dart just last week with dart IDE (1.4.3). It was good, much better than javascript.<p>My observations: Installing dependencies was easy. Types help a lot. The IDE is good but sometimes can not show the correct type or just shows dynamic, the autocomplete is usable if you write `this.` . Usable for a modify-refresh cycle but the attached chromium seems to be a little buggy (on xubuntu the window is not correctly drawn). In-browser exceptions are a little cryptic to read. Very similar syntax to java&#x2F;c#. Good stdlib (I tried async&#x2F;browser&#x2F;math). Little cumbersome calling JS but it works. Bult-in factory pattern, setters&#x2F;getters.<p>I think they could let users create multiline functions with the =&gt; operator (currently only one line). :)<p>I tried to pub my code, but it did not work for some reasons. I haven&#x27;t tried since then so I don&#x27;t know what kind of js it generates.
munificentalmost 11 years ago
Hi! I&#x27;m on the Dart team. If you&#x27;d like, I&#x27;ll try to answer any questions you have.
评论 #7955593 未加载
评论 #7957105 未加载
评论 #7955774 未加载
评论 #7955594 未加载
评论 #7955618 未加载
评论 #7955933 未加载
评论 #7956590 未加载
评论 #7956169 未加载
评论 #7955664 未加载
评论 #7955600 未加载
评论 #7955535 未加载
评论 #7955954 未加载
评论 #7955547 未加载
评论 #7956563 未加载
评论 #7956106 未加载
评论 #7956316 未加载
ben336almost 11 years ago
Is anybody using Dart for significant production code outside of Google? (Not mocking, genuinely curious to hear whats being done with it)
评论 #7955088 未加载
评论 #7955005 未加载
评论 #7955657 未加载
评论 #7955004 未加载
msiealmost 11 years ago
I was at last year&#x27;s Google IO and a lot of people were asking the Dart representatives about whether Dart was going to be supported in Chrome (not just Chromium). We were told the team was holding off because of performance considerations. It has been ONE WHOLE YEAR since then.
评论 #7955001 未加载
评论 #7955298 未加载
评论 #7955097 未加载
评论 #7955047 未加载
steschalmost 11 years ago
I wouldn&#x27;t use Dart until this bug is fixed: <a href="https://code.google.com/p/dart/issues/detail?id=13285" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;dart&#x2F;issues&#x2F;detail?id=13285</a>
评论 #7956003 未加载
kaspersetalmost 11 years ago
I would like to use it but Javascript Frameworks and libraries are being developed so rapidly that it gets difficult to choose Dart and plus it is yet to mature. I may be wrong.
评论 #7955637 未加载
laughfactoryalmost 11 years ago
I too would like to see a lot more work done on Dart web frameworks (particularly client side) and a lot more documentation&#x2F;tutorials demonstrating non-trivial real applications which have a complex UI, data binding, and talk to a database on the backend. Right now it&#x27;s the dearth of documentation&#x2F;tutorials&#x2F;books holding me back as I&#x27;m on the beginner end of the spectrum--but still very interested in Dart.
Rapzidalmost 11 years ago
Hello, golangs channels and go routines have been quite popular with some. So popular that the clojure guys created core.async and even adopted the &quot;go&quot; command(as a nod I&#x27;m assuming?). This works in the JVM via clojurescript.. Has the Dart team considered such a system? Was it brought up when planning the await stuff?
shakethemonkeyalmost 11 years ago
It would give me greater confidence if the first Dart example[1] on the official Dart website did not point to a 404 Not Found.<p>[1] <a href="https://www.dartlang.org/samples/" rel="nofollow">https:&#x2F;&#x2F;www.dartlang.org&#x2F;samples&#x2F;</a>
评论 #7957188 未加载
caycepalmost 11 years ago
This may be a noob question on my part, but my understanding is Dart and Rust are 2 separate efforts to come up with something to supplant javascript?
评论 #7955115 未加载
评论 #7955098 未加载
评论 #7955519 未加载
评论 #7955095 未加载
评论 #7955109 未加载
评论 #7955108 未加载
评论 #7955099 未加载
gressalmost 11 years ago
Has this version been submitted to ECMA?
评论 #7955392 未加载
dannyralmost 11 years ago
Anybody knows if there&#x27;s a free DART PDF Book somewhere?
评论 #7957196 未加载
评论 #7959402 未加载
pm90almost 11 years ago
How does dart compare to coffeescript?
评论 #7955855 未加载
WorldWideWaynealmost 11 years ago
I just don&#x27;t trust Google to do languages and developer tools very well. They don&#x27;t seem to depend on developers enough to bend over backwards for us the way that Microsoft does.<p>Plus, they seem to want to use web tech to build native desktop tools all the time and little things like &quot;keyboard acceleration&quot; don&#x27;t seem to matter to them because there are no standards for that in web-world.
评论 #7956307 未加载