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.

Bucket Sort

Bucket Sort Bucket sort assumes input generated by a random process that distributes elements uniformly over the interval [0, 1) . ...

10 Jun 2018

Shayne Fletcher

Read Article
An OCaml quine | Drup's thingies

(fun x -> Printf.printf "%s %S" x x) "(fun x -> Printf.printf \"%s %S\" x x)"

30 May 2018

Gabriel Radanne

Read Article
OCaml Users in Paris (OUPS)

Not a Meetup member yet? Log in and find groups that host online or in person events and meet people in your local community who share your interests.

23 May 2018

Tarides

Read Article
MirageOS + Tezos funding

We believe that Tezos will drive social, political and economic innovation on a global scale.

23 May 2018

Tarides

Read Article
opam 2.0.0 Release Candidate 2 is out!

We are pleased to announce the release of a second release candidate for opam 2.0.0. This new version brings us very close to a final 2.0.0 release, and in addition to many fixes, features big performance enhancements over the RC1. Among the new features, we have squeezed in full sandboxing of packa...

22 May 2018

OCamlPro

Read Article
Dijkstra's algorithm

Shortest Path This article assumes familiarity with Dijkstra's shortest path algorithm. For a refresher, see [1]. T...

20 May 2018

Shayne Fletcher

Read Article
Irmin usability enhancements

For the next few months I will be working on Irmin, focusing on improving general usability. The goal of this effort is to make Irmin more accessible to potential users and clean up the rough edges for existing users. One of the biggest problems I see right now is that the documentation is out of sync with the current implementation. I’ve just been getting starting refreshing the documentation and tutorials, however here are a few more projects that @samoht and I have discussed: Better RPC AP...

18 May 2018

Tarides

Read Article