Blog

The OCaml Planet RSS

Articles and videos contributed by both experts, companies and passionate developers from the OCaml community. From in-depth technical articles, project highlights, community news, or insights into Open Source projects, the OCaml Planet RSS feed aggregator has something for everyone.

Want your Blog Posts or Videos to Show Here?

To contribute a blog post, or add your RSS feed, check out the Contributing Guide on GitHub.

OCaml Weekly 2025 w29

15 Jul 2025

Patrick Ferris' OCaml Blog

Read Article
Reflink Copy

I hadn’t intended to write another post about traversing a directory structure or even thinking about it again, but weirdly, it just kept coming up again!

15 Jul 2025

Marc Elvers

Read Article
Odoc 3 is live on OCaml.org!

14 Jul 2025

Jon Ludlam's Blog at recoil.org

Read Article
Advent of Code with OCaml: Building a Complete Automation Pipeline

How I built a fully automated OCaml solution pipeline for Advent of Code with input downloading, solution running, and automatic submission

12 Jul 2025

Chukwuma Akunyili

Read Article
Introducing Jane Street's OxCaml Branch!

An overview of Jane Street's OxCaml branch introducing new extensions to OCaml, and how Tarides is supporting the project.

09 Jul 2025

Tarides

Read Article
Sys.readdir or Unix.readdir

When you recursively scan a massive directory tree, would you use Sys.readdir or Unix.readdir? My inclination is that Sys.readdir feels more convenient to use, and thus the lower-level Unix.readdir would have the performance edge. Is it significant enough to bother with?

08 Jul 2025

Marc Elvers

Read Article
Weeks 24-27

07 Jul 2025

Jon Ludlam's Blog at recoil.org

Read Article
ReFS, EEG Intern and Monteverde

In addition to the post from last week covering BON in a Box and OCaml Functors, below are some additional notes.

07 Jul 2025

Marc Elvers

Read Article