clerk 2025-07-17

to try clerk with Babashka, make sure you have v1.12.206 (released yesterday) installed and run:

rlwrap bb -Sdeps '{:deps {io.github.nextjournal/clerk {:mvn/version "0.18.1142"}}}'
then try the following into the bb repl:
(require '[nextjournal.clerk :as clerk])
(clerk/serve! {:browse true})
(clerk/show! "")

5