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.

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
Easily OPAM switching to any OCaml feature request

Switch between OCaml compilers easily with OPAM and GitHub pull requests.

25 Mar 2014

Anil Madhavapeddy's Blog

Read Article
OCamlPro Highlights: Feb 2014

Here is a short report of some of our activities in February 2014 ! Displaying what OPAM is doing After releasing version 1.1.1, we have been very busy preparing the next big things for OPAM. We have also steadily been improving stability and usability, with a focus on friendly messages: for example...

05 Mar 2014

OCamlPro

Read Article
GUI Event Handling with a Functional Hierarchical State Machine

A journey toward a state-machine without mutable state, but enough flexibility to express GUI behaviors. This is nothing new in it's parts...

04 Mar 2014

Cranial Burnout

Read Article
A Component-based GUI with Functional Flavour

An example of the GUI in use. There are plenty of existing GUIs -- why write my own? Two technical reasons: To have a rendering ba...

04 Mar 2014

Cranial Burnout

Read Article