Blog

The OCaml Planet RSS

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.

Fifth OCaml compiler hacking session

24 Apr 2014

OCaml Labs compiler hacking

Read Article
Typeful disjunctive normal form

This is the answer to last post’s puzzle. I gave an algorithm to put a formula in disjunctive normal form, and suggested to prove it correct in OCaml, thanks to GADTs. My solution happens to …

18 Apr 2014

Matthias Puech

Read Article
Disjunctive normal forms in big steps

This is probably a second-semester functional programming exercise, but I found it surprisingly hard, and could not find a solution online. So at the risk of depriving a TA from a problem for its m…

15 Apr 2014

Matthias Puech

Read Article
Representing pattern-matching with GADTs

Here is a little programming pearl. I’ve been wanting to work on pattern-matching for a while now, and it seems like I will finally have this opportunity here at my new (academic) home, McGil…

11 Apr 2014

Matthias Puech

Read Article
React 1.0.0

02 Apr 2014

Daniel Bünzli

Read Article
The Generic Syntax Extension

OCaml 4.01 with its new feature to disambiguate constructors allows to do a nice trick: a simple and generic syntax extension that allows to define your own syntax without having to write complicated parsetree transformers. We propose an implementation in the form of a ppx rewriter. it does only a s...

01 Apr 2014

OCamlPro

Read Article
Codio: build Mirage unikernels from a browser

Build Mirage unikernels from a browser with Codio's OPAM support and interactive Ubuntu shell.

26 Mar 2014

Anil Madhavapeddy's Blog

Read Article