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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Lambda Calculus Interpreter

18 点作者 evilotto11 个月前

5 条评论

tromp11 个月前
Source code may be found at <a href="https:&#x2F;&#x2F;github.com&#x2F;ascandone&#x2F;elm-lambda-interpreter">https:&#x2F;&#x2F;github.com&#x2F;ascandone&#x2F;elm-lambda-interpreter</a>
asplake11 个月前
It seems to scroll forever. Does this example terminate? What would be an easier example to try?
评论 #40677902 未加载
James_K11 个月前
<p><pre><code> let Sub = λ a b f c.b (\ x.x True) (a (\ cc o.o cc (f (cc False))) (λ o.o c c)) False </code></pre> Subtraction is always fun.
评论 #40678448 未加载
evilotto11 个月前
See also <a href="https:&#x2F;&#x2F;tromp.github.io&#x2F;blog&#x2F;2023&#x2F;11&#x2F;24&#x2F;largest-number" rel="nofollow">https:&#x2F;&#x2F;tromp.github.io&#x2F;blog&#x2F;2023&#x2F;11&#x2F;24&#x2F;largest-number</a>
visarga11 个月前
so easy to read, missed a comma in line 503