5 ms·
I've been looking into ocaml, and was wondering what to do once my programs grow beyond a single file. Unfortunately it doesn't have the equivalent of 'lein new
by cryptolect 12y ago
I've been looking into ocaml, and was wondering what to do once my programs grow beyond a single file. Unfortunately it doesn't have the equivalent of 'lein new' (Clojure tool for creating a new, empty project skeleton), so I'd welcome a repository of best practice examples like skeleton.io.
- ingelheim 12y agoAlways great to hear that people are looking for aggregation sites like skeleton.io - We are currently thinking about also hosting not just skeletons but aggregations to tutorials, and any other helpful coding resource as well
- emillon 12y agoI have a cookiecutter template for js_of_ocaml projects if you want: https://github.com/emillon/cookiecutter-jsoo https://github.com/emillon/cookiecutter-jsoo (cookiecutter is a general scaffolding tool)