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.

Does batch size matter?

This post is aimed at readers who are already familiar withstochastic gradient descent(SGD) and terms like “batch size”. For an introduction to theseideas, ...

31 Oct 2017

Jane Street Tech Blog

Read Article
How Jane Street Does Code Review (Jane Street Tech Talk)

It’s time for our nextJane Street Tech Talk. Whenwe’ve solicited suggestions for topics, one common request has been totalk about our internal development pr...

29 Oct 2017

Jane Street Tech Blog

Read Article
Nesting quoted strings in OCaml

Quoting According to the lexical conventions of OCaml, characters different from \ and " can be enclosed in sing...

28 Oct 2017

Shayne Fletcher

Read Article
Pearl No.4 - Kth Smallest in the Union of 2 Sorted Collections

Here is the Pearl No.4: Let A and B be two disjoint ordered collections with distinct elements inside. Their combined size is greater than k. A and B are sorted, but the underlying data structures are not specified as...

19 Oct 2017

Xinuo Chen

Read Article
How to render trees like the Unix tree command

How to render trees like Unix 'tree' The Unix tree utility produces a pretty rendering of a filesystem. Implementi...

14 Oct 2017

Shayne Fletcher

Read Article
"More OCaml" updated to support OCaml 4.06 immutable strings

OCaml 4.06 has, by default, immutable strings. This necessitates some changes to "More OCaml" ("OCaml from the Very Beginning" is unaffected). The paper and kindle books (on Amazon), as well as the PDF e-book here, have been updated, together with the online resources. 

14 Oct 2017

OCaml Book

Read Article
Implementing the PowerPC backend for BAP - Part 0

The Binary Analysis Platform Blog

13 Oct 2017

The BAP Blog

Read Article