Merge branch 'master' of ssh://git.betalupi.com:33/Mark/lamb
commit
ab9057148a
|
@ -15,7 +15,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.
|
||||
|
||||
- [handout](https://nc.betalupi.com/s/ormc-handouts/download?path=%2FAdvanced&files=Lambda%20Calculus.pdf): A handout I've written on lambda calculus. Solutions are available somewhere on `git.betalupi.com`. You'll have to find them yourself if you want them.
|
||||
- [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.
|
||||
|
||||
## :package: Installation
|
||||
|
||||
|
@ -116,9 +116,8 @@ The lines in a file look exactly the same as regular entries in the prompt, but
|
|||
- Cleanup warnings
|
||||
- Truncate long expressions in warnings
|
||||
- Loop detection
|
||||
- α-equivalence check
|
||||
- Unchurch command: make church numerals human-readable
|
||||
- Better syntax highlighting
|
||||
- Tab-complete file names and commands
|
||||
- Load default macros without manually downloading `macros.lamb` (via `requests`, maybe?)
|
||||
- Tests
|
||||
- Web demo
|
Reference in New Issue