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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Tail-call optimization added to 6to5 compiler

117 点作者 insertion超过 10 年前

5 条评论

jarcane超过 10 年前
I was literally complaining today about the fact that no-one seems to have yet implemented that part of the ES6 standard yet[1], and yet now here it is.<p>As someone chiefly interested in .js for it&#x27;s &#x27;functional curious&#x27; side, the new features in ES6 have me really excited.
评论 #9015829 未加载
billburcham超过 10 年前
Best part, from the actual commit[1]:<p><pre><code> Showing 24 changed files with 182 additions and 214 deletions. </code></pre> More lines <i>deleted</i> than added.<p>[1] <a href="https://github.com/6to5/6to5/pull/714/files" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;6to5&#x2F;6to5&#x2F;pull&#x2F;714&#x2F;files</a>
sebastianmck超过 10 年前
Available as of 3.5.0. Happy to answer any questions if anyone has any!
jabbrass超过 10 年前
<a href="http://jsperf.com/tco/8" rel="nofollow">http:&#x2F;&#x2F;jsperf.com&#x2F;tco&#x2F;8</a>
评论 #9018090 未加载
smrtinsert超过 10 年前
I wonder if this implementation idea is general enough that it could be added to clojure anr script.
评论 #9015945 未加载