|
|
||
|---|---|---|
| .vscode | ||
| clib | ||
| doc | ||
| tmp | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Readme.md | ||
| debug.lisp | ||
| ml.cpp | ||
Readme.md
TODO
- update openssl libs
Functionality
- readline
- cvs read
- url read
- json
- printf
- env
- support for including lib
- date support
Performance
- push_back - repeately without reserving size
Example of use
time ./build/ml -c '(include "../example.lisp") (print (fact 1000))'
./build/ml -f debug.lisp