TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Improving programming language performance

58 pointsby xnaclyover 1 year ago

3 comments

r2b2over 1 year ago
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 未加载
trompover 1 year ago
&gt; reducing its execution time by 7.03 times or 703%.<p>Shouldn&#x27;t the latter be by 86 % ?
评论 #38591438 未加载
评论 #38590988 未加载
aidenn0over 1 year ago
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 未加载