On Dec 8, 2008, at 1:34 PM, Tom Emerson wrote:

I just wanted to make sure I wasn't missing something. Perhaps
something along the lines of

(defn format-string
 [fmt & args]
 (String/format fmt (to-array args)))

Hi Tom,

Good call on it being a convenient function to have around. It's available as clojure.core/format. There's also printf along the same lines.

--Steve

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to