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.
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...
This post revises the recursion and describes the correct way for modelling recursive problems. Examples of sum, merge, and mergesort in OCaml are provided....
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...
This is a post on the three important properties of trees: height, depth and level, together with edge and path, presented in a visual way....