This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-26
Channels
- # announcements (4)
- # babashka (5)
- # beginners (11)
- # clj-kondo (4)
- # clojure-bay-area (1)
- # clojure-dev (8)
- # clojure-europe (4)
- # clojure-norway (10)
- # conjure (2)
- # datomic (12)
- # emacs (3)
- # hyperfiddle (5)
- # jobs-discuss (26)
- # lsp (55)
- # observability (3)
- # overtone (1)
- # portal (5)
- # practicalli (1)
- # sql (11)
- # xtdb (8)
stupid question, but after cider-jack-in
, how do i get my cljc project to call (main)
? do i need to use babashka?
I'd suggest customizing cider-repl-init-code
or cider-connected-hook
(The former seems a better idea since it will be run once at most - sessions can be potentially be restarted)
❤️ 1
Or just evaluate (main)
manually so if main
function breaks or something it calls breaks, then a repl can still be run to help fix the breaking code.
➕ 2