This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-16
Channels
- # aws (6)
- # beginners (129)
- # calva (9)
- # cider (4)
- # cljs-dev (2)
- # clojure (41)
- # clojure-beijing (2)
- # clojure-dev (3)
- # clojure-spec (23)
- # clojure-uk (46)
- # clojurescript (38)
- # community-development (20)
- # core-async (4)
- # cursive (12)
- # data-science (7)
- # datascript (13)
- # datomic (15)
- # duct (11)
- # emacs (18)
- # figwheel-main (5)
- # fulcro (26)
- # off-topic (4)
- # pathom (28)
- # pedestal (3)
- # reagent (8)
- # reitit (6)
- # shadow-cljs (32)
- # specter (3)
Isn’t the print-method
default to print #error {:cause ... :via ... :trace ...}
now? In lein repl
it’s using the equivalent of pr
which falls through to print-method
but in CIDER it’ll use cider-print-fn
So is C-c C-c
the approved solution to stop a function evaluation? I think I'm inadvertently creating some infinite loop situations and then panicky hitting C-c
a few times (and throwing in a C-g
every now and then just in case). But then the repl and inline evaluation seems to act funky still. Like afterwards, sometimes normal eval'ing something simple like (+ 1 2)
doesn't work and I end up killing the repl and starting it all over.
It’s C-c C-c
in REPL buffers but C-c C-b
in other buffers I think. You should see Evaluation interrupted.
in the echo area when it succeeds