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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

JS11: A compact version of JavaScript

8 点作者 evangineer大约 14 年前

1 comment

horser4dish大约 14 年前
It seems like a cross between CoffeeScript and JavaScript, leaning towards the JS side. I haven't tried it, but some of the new features it adds seem interesting (like the ability to use "if var isn't value { }"). I like that it translates 1:1, so that you don't have to hunt down strange errors in code that you didn't organize. However, the automatic semicolon insertion a) is already in JS, in some cases, and b) could get obnoxious.
评论 #2539350 未加载