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.

Introduction to Result.t vs Exceptions in Ocaml

This post uses Jane St's Core suite. Specifically the Result module. It assumes some basic knowledge of Ocaml. Please check out Ocaml.o...

03 Jan 2013

Orbitz

Read Article
My Space is Leaking.

22 Dec 2012

Erik de Castro Lopo

Read Article
OCaml Design Pattern: Easy functorization refactoring for unit testing

I’ve recently stumbled upon a useful OCaml design pattern for functorizing an existing module, without changing the way existing clients of that module use it. This is really useful for stubb…

18 Dec 2012

Mike McClurg

Read Article
Fan, A langugage to implement languages (I)

This will be a series of blogs introducing a new programming language Fan. Fan is OCamlPlus, it provides all features what OCaml provides and a language to manipulate programs. I am also seeking co…

13 Nov 2012

Hong bo Zhang

Read Article
Getting started with Go and Juju

So this title probably doesn’t even parse correctly if you haven’t heard of Google’s Go language our Ubuntu’s Juju service orchestration software. I’ve been toying wit…

05 Nov 2012

Mike McClurg

Read Article
How to Write a Simple Web Application Using Ocamlnet

This post might seem to be in apparent contradiction: Ocamlnet is a large, very opinionated framework for network programming that solves m...

25 Oct 2012

Matías Giovannini

Read Article