Reading up on OCaml
2 deep · digging since dec 05, 25
- Parse, Don't Validate (2019)
The article argues that data should be parsed into types that make illegal states unrepresentable at system boundaries, rather than scattered through validation checks.
- Bonsai_term: A library for building dynamic terminal apps by Jane Street
Jane Street released Bonsai_term, an OCaml library for building dynamic terminal apps using the same programming model as Bonsai_web.