https://github.com/nickburrell/church-rs
The Church Programming Language - A minimalistic implementation following the original specifications of the lambda calculus outlined in Alonzo Churches "An Unsolvable Problem in Elementary Number Theory"
https://github.com/nickburrell/church-rs
Last synced: 25 days ago
JSON representation
The Church Programming Language - A minimalistic implementation following the original specifications of the lambda calculus outlined in Alonzo Churches "An Unsolvable Problem in Elementary Number Theory"
- Host: GitHub
- URL: https://github.com/nickburrell/church-rs
- Owner: NickBurrell
- License: mpl-2.0
- Created: 2018-02-22T06:39:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T23:38:23.000Z (almost 7 years ago)
- Last Synced: 2025-02-21T23:34:24.710Z (over 1 year ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# church-rs
The Church Programming Language - A minimalistic implementation following the original specifications of the lambda calculus outlined in Alonzo Churches "An Unsolvable Problem in Elementary Number Theory"