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.

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
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
Build faster with Buck2: Our open source build system

Buck2, Meta’s open source large-scale build system, is now publicly available via the Buck2 website and the Buck2 GitHub repository.

06 Apr 2023

Engineering at Meta

Read Article