Blog

The OCaml Planet

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 5.3: Features and Fixes!

OCaml 5.3 is released! This post gives you an overview of returning features, optimisations, and fixes as well as a taste for what's to come.

09 Jan 2025

Tarides

Read Article
The Most Elegant Configuration Language

Dmitrii Kovanikov's Personas Web Space

06 Jan 2025

Dmitrii Kovanikov

Read Article
What Happened in 2024?

We are done with 2024, and now is a good time to reflect on what has happened over the past 12 months. I was not planning to, but my feed convinced me to give it a try. Plus, it is a good opportunity to revive my “Retrospective” series.

01 Jan 2025

Thomas Letan’s Blog

Read Article
Build A CLI in OCaml with the Cmdliner Library

Learn to build a command-line interface in OCaml using Cmdliner library. Follow steps to set up, write code, and execute your CLI tool

27 Dec 2024

Debajyati's Blog

Read Article
Serving This Article from RAM with Dream for Fun and No Real Benefit

This article is a kind of experience report of writing an HTTP server serving my website directly from memory, no file system involved. Just keep in mind: I am pretty that you should not try to reproduce this for your own little corner of the Internet, but I had a lot of fun.

25 Dec 2024

Thomas Letan’s Blog

Read Article
Serving This Article from RAM for Fun and No Real Benefit

This article is a kind of experience report of writing an HTTP server serving my website directly from memory, no file system involved. Just keep in mind: I am pretty that you should not try to reproduce this for your own little corner of the Internet, but I had a lot of fun.

25 Dec 2024

Thomas Letan’s Blog

Read Article
Multicore Property-Based Tests for OCaml 5: Challenges and Lessons Learned

We summarise the challenges and lessons learned in developing a test suite of property-based tests to help ensure the correctness of OCaml 5.

23 Dec 2024

Tarides

Read Article