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.
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....
A little bit about everything, but mostly about fixing annoying tech problems, interesting posts I stumbled on.
If you were teaching a programming course, what language would you teach it in?
Currently in post-production. Sorry, I still haven't finished this post. As this will be the last post in the magic of thunk series, I really don't want to just introduce the Async library and its API, as janestreet@github and...
A little bit about everything, but mostly about fixing annoying tech problems, interesting posts I stumbled on.