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.

Ann: Pumping | Drup's thingies

I’m happy to announce the release of Pumping, a library to leverage the OCaml type system to recognize regular languages.

01 Apr 2017

Gabriel Radanne

Read Article
Dealing with source code locations (in lexical and syntax analysis)

Locations Writing compilers and interpreters requires rigorous management of source code locations harvested during...

30 Mar 2017

Shayne Fletcher

Read Article
Polynomials over rings

Polynomials over rings This post provides a workout in generic programming using modules & functors. ...

21 Mar 2017

Shayne Fletcher

Read Article
Trivial meta-programming with cinaps

From now and then, I found myself having to write some mechanical and repetitivecode. The usual solution for this is to write a code generator; for instance ...

20 Mar 2017

Jane Street Tech Blog

Read Article
new opam features: "opam build"

UPDATE: after discussions following this post, this feature was abandoned with the interface presented below. See this post for the details and the new interface! The new opam 2.0 release, currently in beta, introduces several new features. This post gets into some detail on the new opam build comma...

16 Mar 2017

OCamlPro

Read Article
One more talk, two more videos

I’m happy to announce our next public techtalk, called SevenImplementations of Incremental, on Wednesday, April 5th, presented by yourstruly. You can registe...

15 Mar 2017

Jane Street Tech Blog

Read Article
Universal type

Universal type A universal type is a type into which all other types can be embedded. A module implementing such a type here wi...

10 Mar 2017

Shayne Fletcher

Read Article
My OCaml Collection

10 Mar 2017

Gemma Gordon (OCaml Labs)

Read Article
Polymorphic variants : Subtyping and variance

Polymorphic variants : subtyping and variance Polymorphic variants : Subtyping and variance Here ar...

07 Mar 2017

Shayne Fletcher

Read Article