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.

Qrc

22 Oct 2020

Daniel Bünzli

Read Article
Language design with Leo White

21 Oct 2020

Signals and Threads

Read Article
Clock synchronization with Chris Perl

14 Oct 2020

Signals and Threads

Read Article
Brr

14 Oct 2020

Daniel Bünzli

Read Article
Finding memory leaks with Memtrace

Memory issues can be hard to track down. A function that onlyallocates a few small objects can cause a space leak if it’s calledoften enough and those object...

06 Oct 2020

Jane Street Tech Blog

Read Article
Compiler optimization with Greta Yorsh

30 Sep 2020

Signals and Threads

Read Article
Rehabilitating Packs using Functors and Recursivity, part 2.

This blog post and the previous one about functor packs covers two RFCs currently developed by OCamlPro and Jane Street. We previously introduced functor packs, a new feature adding the possiblity to compile packs as functors, allowing the user to implement functors as multiple source files or even ...

30 Sep 2020

OCamlPro

Read Article
Rehabilitating Packs using Functors and Recursivity, part 1.

OCamlPro has a long history of dedicated efforts to support the development of the OCaml compiler, through sponsorship or direct contributions from Flambda Team. An important one is the Flambda intermediate representation designed for optimizations, and in the future its next iteration Flambda 2. Th...

24 Sep 2020

OCamlPro

Read Article