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.
Ppx is a preprocessing system for OCaml where one maps over the OCaml abstractsyntax tree (AST) to interpret some special syntax fragments to generate code.
Implementing type-classes as OCaml modules Modular type classes We revisit the idea of type-classe...
I was recently invited to do the keynote at the Commercial Users of FunctionalProgramming workshop, a 15-year-old gathering which isattached to ICFP, the pri...
Haskell type-classes in OCaml and C++ This article examines the emulation of Haskell like type-classes...
Suppose you're on a game show, and you're given the choice of three doors : Behind one door is a car; behind the others, goats. You pick a d...
Conversion Abstract This note provides a super lightweight explanation of the three conversion ...