Go to file
VaclavT 982241acf6 added read-url 2021-02-09 19:39:08 +01:00
.vscode csv parser initial version 2021-02-09 17:19:46 +01:00
clib added read-url 2021-02-09 19:39:08 +01:00
doc initial project setup 2021-02-09 13:53:35 +01:00
tmp remove (print ..) at the end of file 2021-02-09 18:24:19 +01:00
.gitignore initial project setup 2021-02-09 13:53:35 +01:00
CMakeLists.txt added read-url 2021-02-09 19:39:08 +01:00
Readme.md added read-url 2021-02-09 19:39:08 +01:00
debug.lisp added read-url 2021-02-09 19:39:08 +01:00
ml.cpp added read-url 2021-02-09 19:39:08 +01:00

Readme.md

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