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

Perform computation using purely abstract λ-functions

License

Notifications You must be signed in to change notification settings

michael-0acf4/lambda-calculus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

λ-calculus

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

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

References: