Update README.md
parent
d2f8b1c8fb
commit
6d14333e52
|
@ -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://betalupi.com/static/git/lambdemo.gif)
|
|
||||||
|
|
||||||
|
|
||||||
## :brain: What is lambda calculus?
|
## :brain: What is lambda calculus?
|
||||||
|
|
||||||
|
@ -121,4 +118,4 @@ The lines in a file look exactly the same as regular entries in the prompt, but
|
||||||
- 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?)
|
||||||
- Tests
|
- Tests
|
||||||
|
|
Reference in New Issue