ml_string
This commit is contained in:
22
Readme.md
22
Readme.md
@@ -1,11 +1,12 @@
|
||||
|
||||
### TODO
|
||||
- date support
|
||||
- decode-universal-time
|
||||
- logical operators
|
||||
- print-table
|
||||
- download 1 year of data from api.nasdaq.com into test dir
|
||||
- support for including lisp libs at startup from dir
|
||||
- documentation
|
||||
- rename data.csv and add more tickers
|
||||
- logical operators
|
||||
- add url of source/inspiration to clib/*.cpp
|
||||
- support for including lisp libs
|
||||
- add stdtest - to test every functionality
|
||||
- rename ivaluize
|
||||
- add benchmark
|
||||
@@ -23,13 +24,14 @@
|
||||
- string functions
|
||||
- name it here
|
||||
- regexp functions
|
||||
- date support
|
||||
- decode-universal-time
|
||||
- anv function
|
||||
- add hash datatype
|
||||
- add support for nil
|
||||
- conversion functions like parse-integer
|
||||
- list function nth
|
||||
- in test.lisp some explaining prints
|
||||
- rename data.csv and add more tickers
|
||||
|
||||
|
||||
#### Performance
|
||||
- push_back - repeatedly without reserving size
|
||||
@@ -43,6 +45,7 @@ time ./build/ml -c '(include "../example.lisp") (print (fact 1000))'
|
||||
```
|
||||
|
||||
### Links
|
||||
https://hyperpolyglot.org/lisp
|
||||
https://www.tutorialspoint.com/lisp/index.htm
|
||||
https://github.com/adam-mcdaniel/wisp
|
||||
|
||||
@@ -61,4 +64,9 @@ https://stackoverflow.com/questions/25896916/parse-http-headers-in-c
|
||||
|
||||
|
||||
#### read stdout and stderr from popen
|
||||
https://stackoverflow.com/questions/478898/how-do-i-execute-a-command-and-get-the-output-of-the-command-within-c-using-po
|
||||
https://stackoverflow.com/questions/478898/how-do-i-execute-a-command-and-get-the-output-of-the-command-within-c-using-po
|
||||
|
||||
#### VPS providers
|
||||
https://www.skysilk.com/cloud/pricing/#classId=Standard§ion=2
|
||||
https://contabo.com/en/
|
||||
https://www.hetzner.com/de/
|
||||
|
||||
Reference in New Issue
Block a user