Biff.core: system composition for Clojure web apps
Summary
This article introduces the biff.core library for system composition in Biff projects, detailing how modules, init functions, and a shared system map simplify wiring together multiple libraries. It explains how late binding can be preserved or replaced to avoid restarting servers, and shows how to expose dynamic values via functions to keep systems up-to-date. It also provides examples and links to code to illustrate the approach.