What the interns have wrought, 2018 edition
Yet again, intern season is coming to a close, and so it’s time to look back at what the interns have achieved in their short...
Yet again, intern season is coming to a close, and so it’s time to look back at what the interns have achieved in their short...
Ppx is a preprocessing system for OCaml where one maps over the OCaml abstract syntax tree (AST) to interpret some special syntax fragments to generate...
As with many projects in the OCaml world, at Jane Street we have been working on migrating from camlp4 to ppx. After having developed equivalent...
Even though registers are a low-level CPU concept, having some knowledge about them can help write faster code. Simply put, a CPU register is a...
The official OCaml documentation “Interfacing C with OCaml” doesn’t document some interesting performance features.
Almost every programming language uses 64-bit integers on typical modern Intel machines. OCaml uses a special 63-bit representation. How does it affect OCaml?
Background
This is my favorite tweet about Real World OCaml.
I’ve been thinking about code review a lot recently.