Replacing Integrant and Docker Compose with BigConfig System
BigConfig System is a Clojure library that unifies application architecture and infrastructure management into a single, programmable workflow, eliminating the friction of switching between the REPL and external tools like Docker Compose. By treating system lifecycles as a sequence of code-driven functions rather than static YAML configurations, it allows developers to manage complex processes—such as dynamic Postgres initialization and teardown—entirely within a running session. This “Emacs-style” approach favors high-granularity evaluation and real-time state inspection over heavy-handed namespace refreshes, consolidating the entire development stack into a single Clojure-based source of truth for improved introspection and speed.