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.

Unraveling of the tech hiring market

Recruiting talented people has always been challenging.

31 Aug 2016

Jane Street Tech Blog

Read Article
Do you love dev tools? Come work at Jane Street.

In the last few years, we’ve spent more and more effort working on developertools, to the point where we now have a tools-and-compilers group devoted to thea...

30 Aug 2016

Jane Street Tech Blog

Read Article
Balanced binary search trees

The type of "association tables" (binary search trees). type (α, β) t = | Empty | Node of (α , β) t * α * β * (α, β) t * int There are tw...

27 Aug 2016

Shayne Fletcher

Read Article
Ann: Typed regular expressions | Drup's thingies

I’m happy to announce the release of Tyre, a library for Typed Regular Expressions.

12 Aug 2016

Gabriel Radanne

Read Article
Typing Tricks: Diff lists | Drup's thingies

The diff list trick is a way to compute with lists in types. It allows to create heterogeneous lists which is very useful, in particular in the Format module from the standard library.

02 Aug 2016

Gabriel Radanne

Read Article
vile 9.8r

28 Jul 2016

Marc Simpson

Read Article