This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-30
Channels
- # architecture (10)
- # babashka (11)
- # beginners (12)
- # calva (7)
- # clojure (7)
- # clojure-europe (2)
- # clojure-norway (12)
- # clojure-spec (2)
- # events (7)
- # fulcro (3)
- # hyperfiddle (3)
- # instaparse (12)
- # lsp (2)
- # malli (3)
- # missionary (20)
- # music (1)
- # off-topic (18)
- # reitit (9)
- # releases (4)
- # squint (5)
- # xtdb (32)
Does Babashka support a conditional reader tag entry like :bb
? I’m asking because I am looking at generalizing session management in Calva and wonder if it makes sense to let the user select to have a Babashka repl session back cljc
files. If that makes sense.
the logic is as follows:
:clj 1 :bb 2 => 1
:bb 2 :clj 1 => 2
:cljs 1 :default 2 => 2
so if the :clj
branch is before any other, this one will be chosen, this is done for compatibility with clojure