Lambda Calculus And Lisp 2026 05 12

Covers the relationship between lambda calculus and Lisp, including McCarthy's EVAL, Church encodings in Scheme, the Y combinator for nameless recursion, and Lisp's hardware origins vs pure lambda theory. Use when implementing lambda calculus in Lisp/Scheme, enabling recursion without named functions via fixed-point combinators, encoding data types as pure functions with Church encodings, or studying the historical divergence between Lisp and lambda calculus.

tangledgroup Updated

File contents

tangledgroup/tangled-skills/tree/main/misc/lambda-calculus-and-lisp-2026-05-12 commit 3b0c129354

Frequently asked questions

npx skillmds@latest add tangledgroup/lambda-calculus-and-lisp-2026-05-12