9 lines
144 B
Markdown
9 lines
144 B
Markdown
# lambda
|
|
|
|
Making a lambda calculus interpreter in Go.
|
|
|
|
## Things to talk about
|
|
|
|
- Exhaustive sum types.
|
|
- Recursive descent and left-recursion.
|