regexp-search added, std lib loader changes, more REadme items

This commit is contained in:
2021-02-21 14:03:14 +01:00
parent 0ba8536aa2
commit a87964f552
8 changed files with 97 additions and 40 deletions

View File

@@ -1,5 +1,6 @@
### TODO
- make-list
- print-table
- download 1 year of data from api.nasdaq.com into test dir
- support for including lisp libs at startup from dir
@@ -14,7 +15,6 @@
- add instrumentation (time, nr of evals, debug info, debug environment etc)
- in casting functions (as_string..) better exception description
- add better print (syntax high-lighting)
- format (printf)
- add comman line options -h -v
- readline
- execute system command should capture stderr
@@ -32,6 +32,10 @@
- conversion functions like parse-integer
- list function nth
- in test.lisp some explaining prints
- format (printf)
- setq
- mapcar (funcall, apply)
- if then else, else part is optionw, allow then clause
#### Performance
- push_back - repeatedly without reserving size