Articles on compojure

Erin Swenson-Healey

Erin Swenson-Healey

Composing Data Pipelines: (Mostly) Stateless Web Applications in Clojure

I describe building an application in a functional style as the act of composing many smaller, context-free functions into pipelines of data transformations which map from system inputs to outputs. Compojure (a Clojure web application library similar to Bottle and Sinatra) represents this input as a simple, immutable hash map which is transformed through a