Fork me on GitHub
#cljs-dev
<
2017-12-03
>
levitanong22:12:02

Is there a way to have a cljs repl like lumo or planck run a version of cljs that you just built?

levitanong22:12:44

I suppose I can just clone lumo and build it with the new version. lol

mfikes22:12:08

@levitanong Right. Both Lumo and Planck embed ClojureScript in their binary. For Planck, you can build it with a version of ClojureScript that you just built by specifying CLJS_VERSION like

CLJS_VERSION=1.9.908 script/build

mfikes22:12:43

(These questions are more appropriate for #lumo and #planck while this channel is really for the development of ClojureScript proper.)

levitanong22:12:16

@mfikes right, sorry about that!