This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-25
Channels
- # announcements (4)
- # babashka (3)
- # beginners (79)
- # biff (4)
- # calva (17)
- # cider (18)
- # clj-kondo (21)
- # cljdoc (45)
- # cljs-dev (14)
- # cljsrn (9)
- # clojure (90)
- # clojure-europe (86)
- # clojure-italy (3)
- # clojure-nl (3)
- # clojure-portugal (1)
- # clojure-uk (9)
- # clojurescript (20)
- # code-reviews (23)
- # conjure (14)
- # cursive (12)
- # datascript (12)
- # emacs (5)
- # events (2)
- # fulcro (13)
- # gratitude (1)
- # holy-lambda (9)
- # lambdaisland (2)
- # malli (6)
- # nbb (1)
- # nextjournal (2)
- # nrepl (30)
- # off-topic (63)
- # pathom (1)
- # portal (24)
- # reagent (5)
- # reitit (13)
- # releases (2)
- # remote-jobs (1)
- # sci (90)
- # shadow-cljs (49)
- # spacemacs (5)
- # sql (13)
- # testing (20)
- # tools-build (17)
- # xtdb (27)
@U38J3881W, what could be the issue? I am strinting repl with
(def- run-deps-cmd
(.. "clj -Sdeps"
" '{:deps {nrepl/nrepl {:mvn/version \"0.7.0\"} cider/cider-nrepl {:mvn/version \"0.25.2\"}}}'"
" -m nrepl.cmdline --middleware '[\"cider.nrepl/cider-middleware\"]' --interactive"))
(vim.api.nvim_command (.. "terminal " run-deps-cmd))
Wondering if --interactive moves all prompts etc to the REPL and doesn't prompt the editor like it would normally.
Yeah! It has support in Clojure, other languages want it but I need something in the repl to prompt me for it like nREPL does.
hi all, has anyone here gotten Conjure working in a #cljsrn Krell project? (React Native)