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.

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
Pragmatic Category Theory | Part 3: Associativity

Dmitrii Kovanikov's Personas Web Space

20 Dec 2024

Dmitrii Kovanikov

Read Article
Learn OCaml the Easy Way - Including the Hard Bits

Discover some of the best resources for learning OCaml, including tutorials, books, and events. Are you a larger group? Learn more about our OCaml courses too!

18 Dec 2024

Tarides

Read Article
Saturn 1.0: Data structures for OCaml Multicore

Announcing the 1.0 release of Saturn, a library of efficient, tested, concurrent data structures ready to use with OCaml 5.

11 Dec 2024

Tarides

Read Article