This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-21
Channels
- # announcements (3)
- # babashka (26)
- # beginners (45)
- # calva (10)
- # chlorine-clover (9)
- # cider (4)
- # clj-kondo (7)
- # cljs-dev (10)
- # clojure (95)
- # clojure-europe (33)
- # clojure-france (5)
- # clojure-nl (3)
- # clojure-spec (2)
- # clojure-sweden (3)
- # clojure-uk (33)
- # clojurescript (54)
- # conjure (101)
- # core-async (14)
- # cursive (1)
- # data-science (91)
- # datascript (3)
- # datomic (16)
- # figwheel (3)
- # figwheel-main (15)
- # fulcro (35)
- # ghostwheel (5)
- # graalvm (13)
- # helix (29)
- # java (5)
- # jobs (6)
- # kaocha (6)
- # leiningen (1)
- # meander (12)
- # off-topic (54)
- # pathom (13)
- # re-frame (16)
- # reagent (8)
- # reitit (4)
- # rum (3)
- # shadow-cljs (49)
- # spacemacs (2)
- # sql (5)
- # tools-deps (10)
- # xtdb (8)
- # yada (3)
Hallo @pez! Writing my own custom cljs repl sequence. It’s based off of clojure cli running shadow-cljs (instead of the other way around) and I’ve got it working, except I want to parametrize the build id. Having trouble with that though, as the current built-in shadow-cljs code has a format that’s slightly different from what’s documented. e.g. it’s a map with build and repl keys, and the string is defined with a backtick. There seems to be some string replacement going on. Is there some other documentation for this?
Hi everyone, I'm not sure if this is a new feature, or an old one and I just missed it some how. But showing the stacktraces is absolutely fantastic! As a Clojure beginner this has truly improved my experience a lot. Thanks a lot for this! ❤️

I don't think there is a hook for this, unfortunately. I don't know your use case, but there is at least the Eval on Save setting.
Actually, if you put some code at the top level of the file in question, and enabled Eval on Save, this probably would do that, but of course, that's a per file use and requires the code to be in the file, so it's not very portable.
If by "repl command" you mean some Calva command related to the repl, then also no, I don't think so, but then what I said above does not apply either.