-
Falling in love with Clojure, all over again
You know when after a few months of dating someone, they do something that touches you and fall in love all over again. It just happened to me and Clojure. I was playing with Korma and I had the following namespace declaration: (ns carouselapps.db.core (:require [korma.core :refer :all] [korma.db :as db] [environ.core :refer [env]] [to-jdbc-uri.core…