todo item added
This commit is contained in:
parent
16b108d310
commit
853ba36949
|
|
@ -79,6 +79,7 @@ utils/local_install.sh
|
||||||
- execute system command should capture stderr
|
- execute system command should capture stderr
|
||||||
- add some mem stats to benchmark
|
- add some mem stats to benchmark
|
||||||
- order of arguments in functions like member and filter - filter swap lambda and list
|
- order of arguments in functions like member and filter - filter swap lambda and list
|
||||||
|
- better output of !e in repl
|
||||||
|
|
||||||
#### Doc
|
#### Doc
|
||||||
- fix man entry on (member) example and retval
|
- 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)
|
- add instrumentation (time, nr of evals, num of atoms, debug info, debug environment etc)
|
||||||
|
|
||||||
#### Language
|
#### Language
|
||||||
|
- rename define -> def, defun -> defn
|
||||||
- string functions
|
- string functions
|
||||||
- compare - needed for sorting, cmp ignore case
|
- compare - needed for sorting, cmp ignore case
|
||||||
- regexp match, regexp tokens
|
- 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)
|
- decode-universal-time (http://www.lispworks.com/documentation/HyperSpec/Body/f_dec_un.htm)
|
||||||
- env functions
|
- env functions
|
||||||
- get-env, set-env; set-env cannot be implemented in stdlib.lsp, because popen is in fact subshell
|
- 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
|
#### Performance
|
||||||
- push_back - repeatedly without reserving size
|
- push_back - repeatedly without reserving size
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue