aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormryouse2023-06-08 20:03:38 -0400
committermryouse2023-06-08 20:03:38 -0400
commit2990e709e410f4f41f80802cf31e930950cf499c (patch)
treeda8513086079f7c6a1690ecd2d80212a98af910b /README.md
parenta1a7eb31c2ded8e3f1f6ed205fc3c4c2fd5d67b5 (diff)
initial commit of reduce
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6230bbd..df76593 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +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)
- [ ] i mean, nearly nothing works
## things that hopefully work