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.
At Jane Street, we have always been heavy users of pre-processors, first withcamlp4 and now ppx. Pre-processing makes the infrastructure a bit more complex,b...
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 ...
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...