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 is the 3rd pearl (the saddleback search problem) in the book
When GADTs (Generalized Algebraic DataTypes) landed inOCaml, I wasn’t particularly happy about it. I assumed that it was the kind ofnonsense you get when you...
Last year I wrote and rewrote a little command line tool for managing my virtualization cluster. Of course I could use OpenStack RDO but OpenStack is a vast box of somewhat working bits and pieces.…
We recently released a version of our open source libraries with a muchanticipatedchange– Async_kernel, the heart of the Async concurrent programming library...
OPAM 1.2.1 has just been released. This patch version brings a number of fixes and improvements over 1.2.0, without breaking compatibility. Upgrade from 1.2.0 (or earlier) See the normal installation instructions: you should generally pick up the packages from the same origin as you did for the last...
This post presents another functional heap - binomial heap in OCaml. It also describes binomial tree in great details. Diagrams and OCaml code has been supplied....
This post presents a functional heap - leftist tree in OCaml. It walks through binary heap, list based heap towards leftist tree. OCaml code has been supplied....