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.
Graphics pioneer Ken Perlin is well-known for his work on procedural generation of textures. Recently he rewrote his classic Noise algorithm...
The four nines puzzle asks which positive numbers can be obtained from arithmetic expressions involving four "9" digits and an assortment ...
This is a note regarding the implementation of Vose's Method to construct the alias tables for non-uniform discrete probability sampling pr...
If you do statistics you know of erf and erfc ; if you work in OCaml you surely miss them. It is not very difficult to port the canonical i...
(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 ...