Compojure & Clout Tutorial

A super cool routing library for Clojure’s Ring web framework

Functional Human

--

Once of the great philosophies in the Clojure community is to build small independent specialised libraries which can be nicely composed to solve problems. So rather than build solutions from massive complex web frameworks with various tradeoffs and opinionated solutions, Clojurians’ prefer to pick the right tool for the task at hand.

There are a few different options out there for routing, including gudu, bidi, Reitit, and playnice, as illustrated in 10+

--

--