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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Risp (in (Rust) (Lisp)) (2019)

22 点作者 leanthonyrn超过 4 年前

2 条评论

azhenley超过 4 年前
Nicely written article. I too attempted a Lisp interpreter to learn Rust, but gave up when I couldn’t figure out how to implement a linked list in Rust.
评论 #25224853 未加载
评论 #25226717 未加载
bsder超过 4 年前
It&#x27;s interesting, but here&#x27;s the easiest way to evaluate if a Lisp&#x2F;Scheme implementation article is interesting:<p>&quot;Does it parse (2 . 3) vs (2 3) aka (2 3 . nil) correctly?&quot;<p>That little dot which signifies a cons-pair makes implementing Lisp&#x2F;Scheme oh-so-stupidly-much harder.<p>Suddenly your printing has to go all the way right before it can make decisions. Your recursions suddenly need to be robust against not being a list. etc.
评论 #25226482 未加载
评论 #25227850 未加载
评论 #25232374 未加载