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.

Testing with expectations

Testing is important, and it’s hard to get people to do as much of it as theyshould. Testing tools matter because the smoother the process is, the more tests...

02 Dec 2015

Jane Street Tech Blog

Read Article
Visualise Randomness

Visualising the randomness is a simple fun way to test randomness and see how a random generator behaves. The post demonstrate how to do it in OCaml with the library camlimages...

22 Nov 2015

Xinuo Chen

Read Article
Profiling the stack

27 Oct 2015

KC Sivaramakrishnan

Read Article
Quickcheck for Core

Automated testing is a powerful tool for finding bugs and specifying correctnessproperties of code. Haskell’s Quickcheck library is the most well-knownautoma...

26 Oct 2015

Jane Street Tech Blog

Read Article