diff options
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -27,7 +27,7 @@ now in bytecode - [ ] bounds issues (`first`/`last` on empty sequences) crashes entirely - [ ] constants get duplicated in chunks - [ ] a space at the end of (definitions? lists?) crashes - - [ ] HOF can't take in builtins (they're not actually in the global environment) + - [-] ~~HOF can't take in builtins (they're not actually in the global environment)~~ hacky non-final solution with [4446f10ea7](https://git.rawtext.club/mryouse/neb-d/commit/4446f10ea78f03202e963ec67ff6010e56637287) - [ ] looking up local variables in surrounding scopes does not work - [ ] i mean, nearly nothing works @@ -53,3 +53,4 @@ now in bytecode - [-] higher-order functions - [x] `map`! (i'm particularly excited about figuring out how to do this on the stack, though i'm sure it's quite a naive implementation) + - [x] `reduce` |
