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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Theory of Concatenative Combinators (2007)

47 点作者 alex_hirner超过 5 年前

2 条评论

yiyus超过 5 年前
Great to see an article related to Joy!<p>If you do not know Joy and want to check it out, you will notice that the link in this page is broken. A mirror is available here: <a href="http:&#x2F;&#x2F;www.kevinalbrecht.com&#x2F;code&#x2F;joy-mirror&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;www.kevinalbrecht.com&#x2F;code&#x2F;joy-mirror&#x2F;index.html</a>
xelxebar超过 5 年前
Thank you for sharing this. I found it a surprisingly good introduction to combinators in general. Reading it also set off a lot of resonances in my brain with formal, Hilbert-style logic systems and attempting to find minimal collections of axioms.<p>Was recently blown away to find out that propositional logic can be whittled down to just modus ponens and the single axiom:<p><pre><code> ((((p -&gt; q) -&gt; (~r -&gt; ~s)) -&gt; r) -&gt; t) -&gt; ((t -&gt; p) -&gt; (s -&gt; p)) </code></pre> Anyway, I&#x27;ve been wanting to check out concatenative programming for a while now, anyway. This website [0] is a pretty darn good resource for anyone similarly interested.<p>I would love to combine the above with my interest in rich type systems. Anyone aware of anything that, in spirit, marries Haskell and Factor?<p>[0]:<a href="http:&#x2F;&#x2F;concatenative.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;concatenative.org&#x2F;</a>
评论 #20857937 未加载