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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A Lisp interpreter in C# 7

30 点作者 suzuki将近 7 年前

3 条评论

garganzol将近 7 年前
Despite its humble size, this is a pretty sophisticated Lisp implementation. Not that one that can only do some additions, but also macros and stuff.<p>Kudos for doing the Lisp thing right.<p>UPDATE: Took one more look, this implementation is really impressive. It does stuff like &#x27;defmacro&#x27;, the whole code is just 1400 lines of C#. Never saw anything that effective in terms of functionality per line of code till this day. Impressive, very impressive. Also thanks for sharing.
评论 #17440705 未加载
earenndil将近 7 年前
Neat! One thing to mention, I would remove most of the benchmarks, and include only clisp, sbcl (I guarantee you this one is the fastest), clozure cl (ccl), and abcl.
评论 #17434383 未加载
hestefisk将近 7 年前
Neat work! Also good demonstration of new C# 7.0 features.
评论 #17440746 未加载