Fork me on GitHub
#planck
<
2016-04-10
>
shaunlebron03:04:51

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

shaunlebron03:04:07

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

shaunlebron03:04:52

(using boot instead of lein to print the classpath)

shaunlebron03:04:44

mfikes: planck is awesome!

shaunlebron03:04:01

excellent documentation, thanks for putting it all together

mfikes12:04:36

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

mfikes15:04:38

@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.

shaunlebron16:04:48

cool, I didn’t know about that, thanks

slipset20:04:15

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

slipset20:04:52

It’s implemented using cljc.

mfikes21:04:06

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.)