mlisp/Readme.md

28 lines
342 B
Markdown

### 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
```