planck

Planck ClojureScript REPL
mnewhook 2016-09-22T11:06:09.000184Z

is there an way to use goog.labs.format.csv?

pesterhazy 2016-09-22T12:32:17.000185Z

I can't even get goog.string to work:

pesterhazy 2016-09-22T12:32:36.000186Z

cljs.user=> (require 'goog.string)
nil
cljs.user=> (goog.string/format "%s" "abc")
goog.string.format is not a function. (In 'goog.string.format("%s","abc")', 'goog.string.format' is undefined)