This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-03
Channels
- # adventofcode (49)
- # bangalore-clj (1)
- # beginners (56)
- # berlin (1)
- # chestnut (6)
- # cljs-dev (5)
- # clojure (48)
- # clojure-greece (29)
- # clojure-russia (3)
- # clojure-spec (5)
- # clojure-uk (3)
- # clojurescript (28)
- # cursive (25)
- # emacs (3)
- # fulcro (123)
- # hoplon (2)
- # klipse (6)
- # off-topic (146)
- # om (11)
- # re-frame (29)
- # reagent (7)
- # reitit (3)
- # specter (11)
- # unrepl (4)
- # yada (3)
Is there a way to have a cljs repl like lumo or planck run a version of cljs that you just built?
I suppose I can just clone lumo and build it with the new version. lol
@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
(These questions are more appropriate for #lumo and #planck while this channel is really for the development of ClojureScript proper.)
@mfikes right, sorry about that!