Published onSeptember 30, 2025Update on smaws development - October 2025serverlessawssmawssdkocamlICFP, smaws gets multiple scheduler supportRead more →
Published onSeptember 18, 2025Update on smaws development - September 2025serverlessawssmawssdkocamlUpdate on smaws, an AWS SDK for OCamlRead more →
Published onApril 30, 2025OCaml cross-compilation: an experimentocamlcross-compilationOCaml has no official solution to cross-compilation, with many disparate options developed for different use cases. In this article I describe my own experiments with cross-compilation and attempts to make it easier to get started and maintain.Read more →
Published onMarch 31, 2025PPXLib is not just for transforming codeawsocamlppxlibppxlib is usually just thought of as a tool for transforming OCaml code, but it can be used to generate new code too.Read more →
Published onNovember 16, 2024Keeping it small: helping the compiler to remove unused code in OCamlocamldead-code-eliminationtree-shakingunused-codeOCaml has some facilities for eliminating unused code - I explore what it can do, and how you structure your code to take advantage of itRead more →