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.
(I don't feel like writing a punning title.) Last time I showed how the use of functors allows for modular and type-safe specification of ...
The problem with Brainfuck is that its semantics are given by its different implementations but not all its implementations agree so that ...
Also, quasicrystals . Have you ever found yourself wanting to do generated animations but didn't know how to visualize them? Since I couldn'...
tl;dr JavaScript is a dynamic language. However, by borrowing a few pages from static languages – and a few existing tools – we can considerable improve reliability and maintainability. « Writing o…