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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Candor - programming language

17 点作者 indutny大约 13 年前

3 条评论

breckinloggins大约 13 年前
Small suggestion: you're essentially using Candor's github repo as your landing page. You only have a few seconds to grab someone's attention. I would add a section to the very top of your readme that asks "What is Candor?" and then explains:<p>- What it is<p>- Why it's better<p>So far, I get that it's kinda like Dart, but not. As a "web skimmer", I'll need a bit more incentive right up front to dig deeper, or you've lost me.<p>From one language geek to another, I wish you the best of luck on your project!
评论 #3685971 未加载
kolev大约 13 年前
If you start a new language, why not use OOP and eliminate language crutches such as: sizeof expr and keysof expr? An OOP approach is easier to both implement and grasp - expr.size and expr.keys. And lastly, the main difference with JavaScript I see is the lack of the "function" keyword - is this a good enough reason to advertise this as a new language?
homakov大约 13 年前
Is it transcompiler like coffeescript? If no, what is the benefit of using this? Read readme but didn't get point yet.