From 853ba3694961cd8773b0a2b2d7ab03d8dc29bc51 Mon Sep 17 00:00:00 2001 From: vaclavt Date: Tue, 25 Jan 2022 19:13:40 +0100 Subject: [PATCH] todo item added --- Readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Readme.md b/Readme.md index 1057686..bea1945 100644 --- a/Readme.md +++ b/Readme.md @@ -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