diff --git a/README.md b/README.md index 6b79f08..6e441ac 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/notes/savepoint.txt b/notes/savepoint.txt index 99e391e..746e770 100644 --- a/notes/savepoint.txt +++ b/notes/savepoint.txt @@ -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