Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 421 Bytes

λ-calculus

Perform computation using purely abstract λ-functions. Included implementations:

  • Bird combinators
  • Church numerals
  • Boolean
  • AND, OR, NOT, succ, pred, add, mult, exp

References: