https://github.com/kbaird/church-numerals
An Elixir module for Church Encoding of numerals
https://github.com/kbaird/church-numerals
church-numerals elixir lambda-calculus
Last synced: 5 months ago
JSON representation
An Elixir module for Church Encoding of numerals
- Host: GitHub
- URL: https://github.com/kbaird/church-numerals
- Owner: kbaird
- Created: 2018-12-06T05:32:32.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-12-13T02:32:31.000Z (6 months ago)
- Last Synced: 2025-12-14T16:55:59.104Z (6 months ago)
- Topics: church-numerals, elixir, lambda-calculus
- Language: Elixir
- Size: 71.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Church Numerals
**Church Encoding of numerals**
- https://en.wikipedia.org/wiki/Church_encoding
- http://www.cse.unt.edu/~tarau/teaching/PL/docs/Church%20encoding.pdf
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `church_numerals` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:church_numerals, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/church_numerals](https://hexdocs.pm/church_numerals).