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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: 入(rù-lang) – Clojurized JavaScript

51 点作者 oyanglulu将近 10 年前

4 条评论

berdario将近 10 年前
Same idea, but a bit more mature: <a href="https:&#x2F;&#x2F;github.com&#x2F;lantiga&#x2F;ki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lantiga&#x2F;ki</a><p>Edit: Actually, it&#x27;s completely different... I was too fast to judge upon reading: a new language built with mori+sweetjs for easier javascript interop<p>But it might still be of interest to people here
S4M将近 10 年前
I would feel uncomfortable to use the quotest to define something, like:<p><pre><code> fact &#x27;defn arity func&#x27; </code></pre> I think it would cause problems to have a good syntax hihlighting in the text editor.
评论 #9749731 未加载
ff7c11将近 10 年前
What do I use this for? - confused out of touch javascript dev
devty将近 10 年前
nice execution of an interesting idea!<p>i see removing the parens as an effort to rid the &#x27;lispy&#x27; feel to the language, but how do you go about lexical scoping without parens like clojurscript or indentation like coffeescript? For example,<p><pre><code> fact &#x27;init variables and return expr&#x27; { should let(a=1,b=2){a+b} =&gt; 3; } </code></pre> to what point will the let bindings be valid?
评论 #9750680 未加载