another roadmap tweak

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2024-06-12 11:22:13 -07:00
parent 143173f046
commit aa56570d7d

View file

@ -173,8 +173,11 @@ Note: this section only tracks the state of incomplete TODO items. Having everyt
- core code is nostd compatible? - core code is nostd compatible?
- cut down all extra clones of code tree branches - cut down all extra clones of code tree branches
** TODO v1.1 tasks ** TODO v1.1 tasks
- memoize builtin
- def marks user defined functions / lambdas as pure/impure - 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 - def should call optimize routine on any function or lambda definition
- interactive development library calls optimize routine - interactive development library calls optimize routine
- Can pass args to flesh scripts (via command line) - Can pass args to flesh scripts (via command line)