vif/TODO.md
2025-01-04 10:08:36 +01:00

398 B

  • be able to load *.cmx{,a} when we use "#require" findlib/topfind only loads directories, ocamlnat wants to load files. Let's use our work about uniq to solve dependencies and load artifacts
  • do some tests with Miou and see if we can execute small applications
  • start to eval a file (and show the result?)
  • start to make a nice intf for a HTTP server via httpcats