Draft

Hello, Jank

Author
Published

April 29, 2026

This page is rendered with Janqua, a Quarto extension that evaluates Jank code blocks during rendering. It is the first Jank-authored post on Clojure Civitas.

A {.clojure .jank} block is sent to a Jank nREPL during the render and the result replaces the block. The same Kindly conventions used by Clay apply.

Arithmetic

(+ 1 2 3)
6

Hiccup

^:kind/hiccup
[:div {:style "color: coral; font-size: 24px;"}
  "Hello from Jank!"]
Hello from Jank!