Lambda Calculus

Formal system for expressing computation via function abstraction and application. Covers untyped lambda calculus (syntax, reduction, Church encoding), typed variants (STLC, System F), currying, and the Curry-Howard isomorphism. Use when reasoning about functions, understanding functional programming foundations, type theory, proof assistants, or implementing interpreters and compilers for functional languages.

tangledgroup 5b3b15f 6 files · 36.2 KB Updated

File contents

tangledgroup/tangled-skills/tree/main/misc/lambda-calculus commit 5b3b15f5c5

Frequently asked questions

npx skillmds@latest add tangledgroup/lambda-calculus