Babashka Selmer << in action

Play with the new Babashka pREPL.

{:hello (System/getProperty "babashka.version")}
0.0s
(require '[selmer.parser :refer [<<]])
(def x 1)
(let [y 1,z 2]
  (<< "x = {{x}}, y = {{y}}, z = {{z}}"))
0.0s
Runtimes (1)