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.
I’m happy to announce the release of Pumping, a library to leverage the OCaml type system to recognize regular languages.
Locations Writing compilers and interpreters requires rigorous management of source code locations harvested during...
Polynomials over rings This post provides a workout in generic programming using modules & functors. ...
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 ...
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...
I’m happy to announce our next public techtalk, called SevenImplementations of Incremental, on Wednesday, April 5th, presented by yourstruly. You can registe...
Universal type A universal type is a type into which all other types can be embedded. A module implementing such a type here wi...
Polymorphic variants : subtyping and variance Polymorphic variants : Subtyping and variance Here ar...