TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

All We Are Saying, Is Give Dart A Chance

3 点作者 Floopsy超过 12 年前

1 comment

33a超过 12 年前
Dart solves the wrong problem. At the end of the day, it just boils down to yet another syntactic abstraction over javascript. The real problems with javascript are that it is not really suitable as a low level programming language for web applications. Javascript source code is too large, the run time is too heavy, the memory consumption is too much and it is really hard to optimize. While it may have been a reasonable language for scripting small tweaks in web apps, it is a pretty bad platform for writing optimized performance driven applications. Something like a properly integrated and sandboxed JVM/LLVM platform is what the web really needs -- not yet another slow scripting language. It is a shame that not much seems to be happening with NACL these days, since that project is technically speaking a way better solution than Dart.
评论 #4600024 未加载