December 17, 2025
compositional.mle: SICP-Inspired Optimization
An R package where optimization solvers are first-class functions that compose through chaining, racing, and restarts.
Browse posts by tag
An R package where optimization solvers are first-class functions that compose through chaining, racing, and restarts.
A composable ecosystem of tools for manipulating nested data structures. From a simple helper function to a full data algebra, guided by purity, pedagogy, and the principle of least power.
API design encodes philosophical values: mutability, explicitness, error handling. Your interface shapes how people think about problems.
Do one thing well, compose freely, use text streams. This applies to libraries and APIs, not just shell scripts.