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.

Feature Parity Series: Statmemprof Returns!

Statmemprof, a statistical memory profiler for OCaml, is now compatible with OCaml 5! Discover the technical background to the return of the feature.

06 Mar 2025

Tarides

Read Article
Are you still using OCaml 4.08 or earlier? If so, we need to know

OCaml users: share your needs regarding older versions to help determine support for OCaml 4.08 and earlier.

05 Mar 2025

Anil Madhavapeddy's Blog

Read Article
Learning OCaml: Functions without Parameters

A couple of days ago I noticed on OCaml’s Discord server that someone was confused by OCaml function applications (invocations) like these:

02 Mar 2025

Bozhidar Batsov

Read Article
Oh my Claude, we need agentic copilot sandboxing right now

Claude Code auto-generates OCaml bindings, but lacks robust sandboxing.

02 Mar 2025

Anil Madhavapeddy's Blog

Read Article
Full blown productivity in VSCode with OCaml

More features for ocaml-lsp that enhance productivity when writing OCaml.

28 Feb 2025

Tarides

Read Article
Learning OCaml: Matching Anything or the Lack of Anything

I’ve noticed that some newcomers to OCaml are a bit confused by code like the following:

27 Feb 2025

Bozhidar Batsov

Read Article