from Hacker News

Show HN: A reference implementation of Schönfinkel's Combinatory Logic paper

by jekude on 12/27/23, 4:24 PM with 0 comments

Hey all,

A while back I implemented Turing's "On Computable Numbers" paper [1], and decided that Schönfinkel's "On the Building Blocks of Mathematical Logic" would be a fun next one to try to implement.

Alongside the code I include a section-by-section guide to the paper. I apologize for any misreadings of the original text (of which there are probably many).

I'll probably continue to try to make guides/reference implementations for landmark CS papers, would love to hear what you think the most important ones are!

[1] https://github.com/planetlambert/turing