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.

Immutable

This post describes immutable in OCaml with details. It also illustrates the functional programming style together with Quicksort in OCaml. Shadowing is also presented....

02 Jan 2015

Xinuo Chen

Read Article
13 Virtues

Very early on in his life, while on lengthy voyage from London to Philadelphia,Ben Franklin created a system of thirteen virtues to live his life by. He spen...

02 Jan 2015

Jane Street Tech Blog

Read Article
2014

So, how was 2014 for me, in tech at least? Pretty good. It has been quite an interesting experience adapting to an all-proprietary tech stack (database, language, IDE, job scheduler) but I feel I a…

28 Dec 2014

Gaius Hammond

Read Article
Uuseg 0.8.0

23 Dec 2014

Daniel Bünzli

Read Article
Become a BST Ninja - Genin Level

This post presents the recursive modelling skills for binary search tree problems in OCaml, at entry level. Essential operations are described....

19 Dec 2014

Xinuo Chen

Read Article
OPAM 1.2 and Travis CI

The new pinning feature of OPAM 1.2 enables new interesting workflows for your day-to-day development in OCaml projects. I will briefly describe one of them here: simplifying continuous testing with Travis CI and GitHub. Creating an opam file As explained in the previous post, adding an opam file at...

18 Dec 2014

OCamlPro

Read Article