mlisp/Readme.md

475 B

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