Hi all. I’m just getting started with Clojure although I have been a long time fan of Lisp and functional programming.
I am trying to get printf functionality that will work in both Clojure and ClojureScript. I understand the underlying implementation of Java vs the Google closure compiler makes it impractical to implement printf or format for ClojureScript. I was wondering what techniques the Clojure/ClojureScript community uses to format printing in both languages.