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.

Why Dart Excites Me

9 pointsby pdelgallegoover 13 years ago

3 comments

lucian1900over 13 years ago
Other than a nicer DOM API (which libraries provide in JavaScript), real ints and less type coercion, I still find Dart inferior to JavaScript+CoffeeScript.<p>Are there really that many people out there that like Java the language (as opposed to the JVM)?
评论 #3290000 未加载
评论 #3289995 未加载
carsongrossover 13 years ago
I wish google had written a bytecode standard, rather than doing a language, and then targeted that bytecode with Dart (or Java/GWT, or whatever).<p>It would be the catalyst for a flowering of browser-side languages, like we are seeing on the server side in the JVM right now.
评论 #3290735 未加载
jarek-foksaover 13 years ago
<i>Dart fixes the DOM (...). The Dart team has created a new HTML library for adding events, finding elements, adding elements, that takes advantage of Dart's syntax.</i><p>With new ES features such as getters, setters and proxies it should be possible to create exactly the same DOM API wrapper in JavaScript.