OxCaml notebooks
Interactive notebooks for OxCaml, Jane Street's extension of OCaml with modes, stack allocation and unboxed types. The code cells run in your browser against an OxCaml toolchain, so the language extensions work as they would locally.
- Locality mode —
localvalues and the@ local/local_/stack_syntaxes. - Stack allocation — what gets allocated on the stack, and how to check.
For notebooks that run on standard OCaml, see the OCaml notebooks.