readme tweaks

This commit is contained in:
NunoSempere 2023-05-08 12:17:11 -04:00
parent 61df0ac26e
commit 9db9305c06
2 changed files with 5 additions and 6 deletions

View File

@ -82,13 +82,11 @@ mumble> def {init} (@ {xs} { list((head xs)) } )
mumble> init {1 2}
```
## To do
- [x] Define functions!
- [ ] Define if, = and >
## Gotchas
This doesn't currently run on Windows. But it easily could, with [preprocessor statements from the book].
## Usage and licensing
I don't expect this project to be such that people might want to use it. If you want a
But for the eventuality, this code is licensed under the MIT license; see the license.txt file.

View File

@ -1,3 +1,4 @@
https://buildyourownlisp.com/chapter7_evaluation#trees
https://buildyourownlisp.com/chapter9_s_expressions
https://buildyourownlisp.com/chapter12_functions
https://buildyourownlisp.com/chapter13_conditionals