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.

Data Types in OCaml

Learn OCaml's diverse data types in functional programming, their features, and efficient usage in code.

27 Feb 2024

Debajyati's Blog

Read Article
A Quick Introduction to the OCaml Programming Language

Discover a fresh approach to learn OCaml with my tutorial series. Explore how it sets itself apart from other languages & more.

23 Feb 2024

Debajyati's Blog

Read Article
OCaml Adds `List.take` and `List.drop`

One of my small issues with OCaml is that the standard library is quite spartan. Sometimes it misses functions that are quite common in other (similar) languages. One such example are functions like drop, drop_while, take and take_while in the List module.1 What’s weird is that the similar Seq module features all those functions since OCaml 4.14. I believe it was Haskell that populirized them. ↩

23 Feb 2024

Bozhidar Batsov

Read Article
GPTar

21 Feb 2024

Robur Cooperative

Read Article
My Experience With Tarides at ICFP 2023!

ICFP 2024 will be upon us sooner than you might think! The call for papers closes on the 28th of February, and I wish everyone submitting…

21 Feb 2024

Tarides

Read Article
Introducing DBCaml, Database toolkit for OCaml

Introducing DBCaml, Database toolkit for OCaml

20 Feb 2024

Emil Privér

Read Article
Building a Connnection Pool for DBCaml on top of riot

This article talks about how I wrote the connection pool for DBCaml

19 Feb 2024

Emil Privér

Read Article