planck

Planck ClojureScript REPL
nooga 2019-06-10T10:36:07.002Z

hey, https://planck-repl.org/planck-core.html says there is planck.core/slurp but it does not look like it's in scope, and <http://planck.io/slurp|planck.io/slurp> throws deprecated

mfikes 2019-06-10T11:29:20.002700Z

@xnooga You'd need to require planck.core before using planck.core/slurp

nooga 2019-06-10T11:58:41.003300Z

@mfikes yeah, I realized it after asking 😄 I just assumed it will be present like clojure.core