planck

Planck ClojureScript REPL
2017-07-31T23:37:55.078583Z

both planck and lumo support a -D option that pulls in a jar from m2, what's the quickest way to add a dep to m2 without needing to write a fake project.clj?

anmonteiro 2017-07-31T23:45:44.192712Z

@bfabry boot -d org.clojure/clojurescript:1.9.854 for example

2017-07-31T23:46:02.197298Z

ah, boot, cheers

mfikes 2017-07-31T23:47:00.211439Z

That's going in the Planck deps page :)