regexp-search added, std lib loader changes, more REadme items
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user