AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Culture of Testing in OCaml
OCaml has incredibly good, very lightweight tools for essentially making very simple templates typically in the form of functions. It doesn't even make your code necessarily shorter. But it does very often make it cleaner and less likely to be buggy. Another that I think is pretty important for the config management case is it's really nice to have checking at compile time for unused values.