From aa56570d7df68ec0bb0441fb81aee3211e20de79 Mon Sep 17 00:00:00 2001 From: Ava Affine Date: Wed, 12 Jun 2024 11:22:13 -0700 Subject: [PATCH] another roadmap tweak Signed-off-by: Ava Affine --- Readme.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.org b/Readme.org index bdda038..52648c3 100644 --- a/Readme.org +++ b/Readme.org @@ -173,8 +173,11 @@ Note: this section only tracks the state of incomplete TODO items. Having everyt - core code is nostd compatible? - cut down all extra clones of code tree branches ** TODO v1.1 tasks +- memoize builtin - def marks user defined functions / lambdas as pure/impure -- optimize routine implemented that precomputes pure code branches +- optimize routine implemented + - precomputes pure code branches + - memoizes pure functions - def should call optimize routine on any function or lambda definition - interactive development library calls optimize routine - Can pass args to flesh scripts (via command line)