mlisp/Readme.md

288 B

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))'