From 2dd85b81098bd17d098d9acfb8567a2b5f54e9ab Mon Sep 17 00:00:00 2001 From: mryouse Date: Thu, 8 Jun 2023 22:26:22 -0400 Subject: 6/8/2023 update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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` -- cgit v1.2.3