planck

Planck ClojureScript REPL
shaunlebron 2016-04-10T03:18:51.000052Z

I’ve started caching the classpath, and then deleting the cache when I add dependencies

shaunlebron 2016-04-10T03:19:07.000053Z

it’s a manual process, but it saves a second of load time

shaunlebron 2016-04-10T03:20:52.000055Z

(using boot instead of lein to print the classpath)

shaunlebron 2016-04-10T03:25:44.000056Z

mfikes: planck is awesome!

shaunlebron 2016-04-10T03:26:01.000057Z

excellent documentation, thanks for putting it all together

mfikes 2016-04-10T12:19:36.000058Z

Ahh. That's a nice approach @shaunlebron, maybe I'll incorporate it as an example in the docs

mfikes 2016-04-10T15:16:38.000059Z

@shaunlebron: Also (if you weren't aware), you can use -k, passing a directory to use for cache files, and the compiled form of the deps you use from your classpath will be cached, further reducing startup latency, or latency when loading code at the REPL.

shaunlebron 2016-04-10T16:16:48.000061Z

cool, I didn’t know about that, thanks

slipset 2016-04-10T20:45:15.000062Z

I’m working on making http://clojure.org/data.csv to work in clojurescript

slipset 2016-04-10T20:45:52.000064Z

It’s implemented using cljc.

mfikes 2016-04-10T21:13:06.000074Z

Cool. (Makes one wonder where a good home for "bootstrap ports" would be—presuming original maintainers have no interest in supporting bootstrap. I suspect we'll end up with lots of personal forks.)