Blog
The OCaml Planet RSS
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.
A little bit about everything, but mostly about fixing annoying tech problems, interesting posts I stumbled on.
Opening keynote at BOB 2015 conference in Berlin on functional operating systems and MirageOS unikernels.
This post describes when to use imperative style in OCaml. It uses binary search, state count, shuffle, memorize, memorize rec, lazy as examples. Also it gives general suggestions on how....
We see how to implement strongly-specified list manipulation functions in Coq. Strong specifications are used to ensure some properties on functions' arguments and return value. It makes Coq type system very expressive.
This post describes immutable in OCaml with details. It also illustrates the functional programming style together with Quicksort in OCaml. Shadowing is also presented....
Very early on in his life, while on lengthy voyage from London to Philadelphia,Ben Franklin created a system of thirteen virtues to live his life by. He spen...
Paper reproducing Raft consensus protocol with optimizations and empirical validation using clean-slate OCaml implementation.

