[ClojureScript] Re: where is the format function

2016-09-12 Thread mars0i
There's also cljs.pprint/cl-format, which is portable between Clojurescript and Clojure (there as clojure.pprint/cl-format). -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google

[ClojureScript] Re: where is the format function

2016-09-12 Thread Francis Avila
goog.string.format definitely still exists: http://google.github.io/closure-library/api/goog.string.format.html goog.string also has many specialized formatting functions. For example, for leading zeros, use goog.string/padNumber:

[ClojureScript] Re: where is the format function

2016-09-12 Thread Karel Miarka
Have you already found the answer? Could you please share it? On Thursday, May 1, 2014 at 5:26:40 AM UTC+2, Yehonathan Sharvit wrote: > It seems that “format” has been removed from cljs. > > It was added 2 years ago in  >