aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormryouse2023-06-08 22:26:22 -0400
committermryouse2023-06-08 22:26:22 -0400
commit2dd85b81098bd17d098d9acfb8567a2b5f54e9ab (patch)
tree075048dad240274cc9439cd4ef54b7ec2941179f
parentc2bfe8f125c7fc4f20269eb2c616848c541a369f (diff)
6/8/2023 update
-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`