https://lispcookbook.github.io/cl-cookbook/strings.html
https://clojuredocs.org/clojure.string
What's the equivalent lisp?
(printf "x = %6d\ny = %.8E\n" x y)
What's the equivalent lisp?