todo item added

This commit is contained in:
vaclavt 2022-01-25 19:13:40 +01:00
parent 16b108d310
commit 853ba36949
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,7 @@ utils/local_install.sh
- execute system command should capture stderr
- add some mem stats to benchmark
- order of arguments in functions like member and filter - filter swap lambda and list
- better output of !e in repl
#### Doc
- fix man entry on (member) example and retval
@ -92,6 +93,7 @@ utils/local_install.sh
- add instrumentation (time, nr of evals, num of atoms, debug info, debug environment etc)
#### Language
- rename define -> def, defun -> defn
- string functions
- compare - needed for sorting, cmp ignore case
- regexp match, regexp tokens
@ -99,6 +101,7 @@ utils/local_install.sh
- decode-universal-time (http://www.lispworks.com/documentation/HyperSpec/Body/f_dec_un.htm)
- env functions
- get-env, set-env; set-env cannot be implemented in stdlib.lsp, because popen is in fact subshell
- macros and then loop, let etc
#### Performance
- push_back - repeatedly without reserving size