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.

Oh! Pascal!

I can't help but want to share my joy at coming across this pearl of a program from the "Pascal User Manual and Report" - Jensen and Wirth ...

21 Apr 2016

Shayne Fletcher

Read Article
Dictionaries as functions

This is an "oldie but a goodie". It's super easy. A dictionary is a data structure that represents a map from keys to values. The questi...

13 Apr 2016

Shayne Fletcher

Read Article
C++ : Streams

In this blog post , types and functions were presented in OCaml for modeling streams. This post takes the action to C++. First, the type...

03 Apr 2016

Shayne Fletcher

Read Article
ASM.OCaml

As you may know, there is a subset of Javascript that compiles efficiently to assembly used as backend of various compilers including a C compiler like emscripten. We'd like to present you in the same spirit how never to allocate in OCaml. Before starting to write anything, we must know how to find ...

01 Apr 2016

OCamlPro

Read Article