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.

Become a BST Ninja - Genin Level

This post presents the recursive modelling skills for binary search tree problems in OCaml, at entry level. Essential operations are described....

19 Dec 2014

Xinuo Chen

Read Article
OPAM 1.2 and Travis CI

The new pinning feature of OPAM 1.2 enables new interesting workflows for your day-to-day development in OCaml projects. I will briefly describe one of them here: simplifying continuous testing with Travis CI and GitHub. Creating an opam file As explained in the previous post, adding an opam file at...

18 Dec 2014

OCamlPro

Read Article
Abandoning Async

11 Dec 2014

Rudi Grinberg

Read Article
Recursion Reloaded

This post revises the recursion and describes the correct way for modelling recursive problems. Examples of sum, merge, and mergesort in OCaml are provided....

04 Dec 2014

Xinuo Chen

Read Article
BAP Executable Parsers

The Binary Analysis Platform Blog

04 Dec 2014

The BAP Blog

Read Article
Inspecting the Environment of a Running Process

Sometimes its useful to be able see the values of environment variables inrunning processes. We can use the following test program to see how well we canacco...

01 Dec 2014

Jane Street Tech Blog

Read Article