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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Improving programming language performance

58 点作者 xnacly超过 1 年前

3 条评论

r2b2超过 1 年前
The syntax of your language is quite nice. I’d maybe change (for …) to (each …), (fun …) to (fn …), and (let …) to (def …) or (set …) depending on implementation details of variable assignment, but those are just aesthetic preferences :)<p>I love &#x27;{thing}&#x27; for string interpolation.<p>If you haven’t already, check out clojure, janet-lang, io-lang, and a library like lodash&#x2F;fp for more syntax and naming inspiration.<p>Keep building!
评论 #38591472 未加载
tromp超过 1 年前
&gt; reducing its execution time by 7.03 times or 703%.<p>Shouldn&#x27;t the latter be by 86 % ?
评论 #38591438 未加载
评论 #38590988 未加载
aidenn0超过 1 年前
Somewhat OT, but I cannot infer the semantics of let from the examples given. Among other things it seems to have indefinite scope.
评论 #38590253 未加载
评论 #38590540 未加载
评论 #38589982 未加载