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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

SKI Combinator Calculus

30 点作者 barrister10 个月前

2 条评论

marvinborner10 个月前
I built a fun game [0] that shows the power of SKI calculus. Similar to infinite craft [1], you start with a base of elements (S and K combinators) and build your way up to any lambda term!<p>[0]: <a href="https:&#x2F;&#x2F;infinite-apply.marvinborner.de&#x2F;" rel="nofollow">https:&#x2F;&#x2F;infinite-apply.marvinborner.de&#x2F;</a><p>[1]: <a href="https:&#x2F;&#x2F;neal.fun&#x2F;infinite-craft&#x2F;" rel="nofollow">https:&#x2F;&#x2F;neal.fun&#x2F;infinite-craft&#x2F;</a>
评论 #41024289 未加载
tromp10 个月前
The most recent change is<p>&gt; The simplest possible term forming a basis is X = λx λy λz. x z (y (λ_.z)), which satisfies X (X X) (X (X X) X X X X X) = K, and X (X (X X (X X (X X))(X (X (X X (X X)))))) X X = S.