Implement cljs.core/format. Make sure there is nothing in gclosure for this. I suppose we should try to emulate the jvm version as much as that makes sense?
Environment
None
Attachments
2
Activity
David Nolen June 16, 2017 at 8:34 PM
We are not doing this. Do not reopen.
Ikuru Kanuma December 28, 2016 at 2:33 AM
Oh, DCE = dead code elimination. I thought it was a common abbrev. from this mail: https://groups.google.com/forum/#!topic/clojure-dev/URrnaU6KWQk
I would definitely send my cheers if you do decide to put in the time!
gfredericks December 28, 2016 at 1:31 AM
I thought about trying to port java.util.Formatter just for fun.
I can't figure out what you mean by "DCE compliant".
Ikuru Kanuma December 28, 2016 at 12:52 AM
Would much appreciate a DCE compliant implementation of this, as I happen to be maintaining a library that broke because of this removal. Has anyone worked on this since?
Lars Bohl October 12, 2013 at 12:58 PM
Julent, thanks! It needs another [goog.string.format] after [goog.string :as gstring] before you can use gstring/format. hello.cljs now looks like this, and throws no exceptions: https://www.refheap.com/19693
Implement cljs.core/format. Make sure there is nothing in gclosure for this. I suppose we should try to emulate the jvm version as much as that makes sense?