Welcome to the OCaml blog creation workshop, brought to you in association with Ada Tech School! In this workshop, scheduled for the 22nd of September, 2023, we'll guide you step-by-step as you build ...
This repository contains the OCaml and Dune source code files written to illustrate the tutorial Your First OCaml Program at ocaml.org. Commits roughly correspond to the sections of the tutorial.
Abstract: OCaml is a multi-paradigm (functional, imperative, object-oriented) high level sequential language. Types are stati¬cally inferred by the compiler and the type system is expressive and ...