- Published on
Ocaml
- Published on
ICFP, smaws gets multiple scheduler support- Published on
Update on smaws, an AWS SDK for OCaml- Published on
OCaml 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.- Published on
ppxlib is usually just thought of as a tool for transforming OCaml code, but it can be used to generate new code too.- Published on
OCaml has some facilities for eliminating unused code - I explore what it can do, and how you structure your code to take advantage of it- Published on
My (unsuccessful) investigation into removing unused code from the compiled output of OCaml, including all the web archeology and deep-dive into how native binaries are formed.- Published on
Some notes on using ppx_expect to unit test- Published on
ocaml-cfgen gets resource reference, IAM policy generation and what's next- Published on
A new project I'm working on to generate CloudFormation templates from OCaml bindings, and the problems that motivated its creation