Use goog.string.format.
David
On Mon, Sep 16, 2013 at 11:35 AM, Joe Smith wrote:
> I see that clojure.core/format is gone. Is there a replacement/alternative?
>
> ---
> Joseph Smith
> j...@uwcreations.com
> @solussd
>
>
>
>
>
>
> On Sep 16, 2013, at 7:31 AM, David Nolen wrote:
>
> Nicola Mome
I see that clojure.core/format is gone. Is there a replacement/alternative?
---
Joseph Smith
j...@uwcreations.com
@solussd
On Sep 16, 2013, at 7:31 AM, David Nolen wrote:
> Nicola Mometto also deserves quite a bit of credit, the fact that
> tools.reader emits line and column information o
Yeah, tools.reader is amazing. Honestly the source map patch was just a bit
of glue between David's existing work and integrating tools.reader, the
bulk of the results are due to them.
On Mon, Sep 16, 2013 at 2:31 PM, David Nolen wrote:
> Nicola Mometto also deserves quite a bit of credit, the
Nicola Mometto also deserves quite a bit of credit, the fact that
tools.reader emits line and column information on all symbols is essential
for the accuracy of ClojureScript source maps.
On Mon, Sep 16, 2013 at 1:58 AM, Marco Munizaga wrote:
> I'm so happy for this, I've been subscribed to tha
I'm so happy for this, I've been subscribed to that issue on Jira for a while
now, and here it is, alive and working! Just ran some demo code and it looks
amazing! Thanks Sean Grove and thanks David Nolen. I'll let you know about any
bugs I find.
On Sunday, September 15, 2013 2:48:46 PM UTC-4, D
1889 released, all changes are to make it easier to test the source map
functionality. I've blogged some basic instructions here
http://swannodette.github.io/2013/09/15/source-maps/
Feedback welcome!
On Sun, Sep 15, 2013 at 2:48 PM, David Nolen wrote:
> ClojureScript, the Clojure compiler that
Thanks for this significant release!
Will `format` make a comeback in a future release?
Shantanu
On Monday, 16 September 2013 00:18:46 UTC+5:30, David Nolen wrote:
> ClojureScript, the Clojure compiler that emits JavaScript source code.
>
>
>
> The biggest change in this release thanks to Se
ClojureScript, the Clojure compiler that emits JavaScript source code.
The biggest change in this release thanks to Sean Grove - much improved
source maps. You can provide a :source-map option to the compiler to name
the source map file. Feedback on this significant enhancement welcome.
README an