Compare commits
3 Commits
ab9057148a
...
5bff77e4a7
Author | SHA1 | Date |
---|---|---|
Mark | 5bff77e4a7 | |
Mark | 8c8ea69890 | |
Mark | 6d14333e52 |
10
README.md
10
README.md
|
@ -1,11 +1,8 @@
|
||||||
# 🐑 Lamb: A Lambda Calculus Engine
|
# 🐑 Lamb: A Lambda Calculus Engine
|
||||||
|
|
||||||
- [Primary Repo](https://git.betalupi.com/Mark/lamb)
|
![Lamb Demo](https://github.com/rm-dr/lamb/assets/96270320/d518e344-e7c8-47ed-89c4-7ce273bf4e2d)
|
||||||
- [Github Mirror](https://github.com/rm-dr/lamb)
|
|
||||||
|
|
||||||
|
|
||||||
![Lamb demo](https://static.betalupi.com/images/lambdemo.gif)
|
|
||||||
|
|
||||||
|
|
||||||
## :brain: What is lambda calculus?
|
## :brain: What is lambda calculus?
|
||||||
|
|
||||||
|
@ -15,7 +12,7 @@
|
||||||
|
|
||||||
- [blog](https://www.driverlesscrocodile.com/technology/lambda-calculus-for-people-a-step-behind-me-1): Another introduction. Moves slower than the two videos above and doesn't assume CS knowledge. Four-part series.
|
- [blog](https://www.driverlesscrocodile.com/technology/lambda-calculus-for-people-a-step-behind-me-1): Another introduction. Moves slower than the two videos above and doesn't assume CS knowledge. Four-part series.
|
||||||
|
|
||||||
- [my handout](https://static.betalupi.com/ormc/Advanced/Lambda%20Calculus.pdf): A handout I've written on lambda calculus. Solutions are available through a link elsewhere on this site, which you'll have to find yourself.
|
- [handout](https://static.betalupi.com/ormc/Advanced/Lambda%20Calculus.pdf): A handout I've written on lambda calculus.
|
||||||
|
|
||||||
## :package: Installation
|
## :package: Installation
|
||||||
|
|
||||||
|
@ -119,5 +116,4 @@ The lines in a file look exactly the same as regular entries in the prompt, but
|
||||||
- Unchurch command: make church numerals human-readable
|
- Unchurch command: make church numerals human-readable
|
||||||
- Better syntax highlighting
|
- Better syntax highlighting
|
||||||
- Tab-complete file names and commands
|
- Tab-complete file names and commands
|
||||||
- Load default macros without manually downloading `macros.lamb` (via `requests`, maybe?)
|
- Load default macros without manually downloading `macros.lamb` (via `requests`, maybe?)
|
||||||
- Web demo
|
|
Reference in New Issue