aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9525f8e..137579c 100644
--- a/README.md
+++ b/README.md
@@ -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`