From 874d15b714517e828686e42f1910b966cbe41868 Mon Sep 17 00:00:00 2001 From: Snorre Date: Thu, 20 Mar 2025 14:56:09 +0100 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 421e99d..0d09df5 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Very messy and bad, im gonna start the umpteenth rewrite soon. - [ ] More concise syntax, i dont like how it is right now - [ ] Fix stack overflow with recursive functions (internally convert to loops) + - [ ] Tail call optimization - [ ] Generally implement more - [ ] Implicit multiplication (may not be possible to implement non-ambiguously) - [ ] Differentiation