mlisp/Readme.md

31 lines
475 B
Markdown

### TODO
- support for strings with " included
- update openssl libs
- documentation
- add url of source/inspiration to clib/*.cpp
#### Functionality
- readline
- cvs read
- url read
- json
- printf
- env
- support for including lib
- date support
- file functions
- string funtions
#### 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
```