Compare commits

..

2 Commits

Author SHA1 Message Date
vaclavt
62015c2ff8 Merge branch 'master' of http://gitea.stocksriddle.one/vaclavt/mlisp 2022-01-25 19:13:45 +01:00
vaclavt
853ba36949 todo item added 2022-01-25 19:13:40 +01:00

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