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.

Learning OCaml: Quoted String Literals

While learning OCaml I’ve noticed one curious feature - it has two types of string literals. The first type are the common and quite familiar “double-quoted string literals” (or perhaps simply “string literals”?):

20 Apr 2023

Bozhidar Batsov

Read Article
Unit testing OCaml code with ppx_expect: some notes

Some notes on using ppx_expect to unit test

16 Apr 2023

Chris Armstrong

Read Article
Building reproducible Python environments with XARs

Our traders and researchers love Python for its agility and for its hugeopen-source ecosystem, especially when it comes to machine learning. Butthe heavy use...

14 Apr 2023

Jane Street Tech Blog

Read Article
What I'm working on: resource references in ocaml-cfgen and IAM policy generation

ocaml-cfgen gets resource reference, IAM policy generation and what's next

07 Apr 2023

Chris Armstrong

Read Article