mlisp/Readme.md

25 lines
288 B
Markdown

### TODO
#### 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 ./ml -c '(include "../example.lisp") (print (fact 1000))'
```