This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-08
Channels
- # 100-days-of-code (1)
- # announcements (7)
- # beginners (63)
- # cljs-dev (39)
- # clojure (78)
- # clojure-dev (40)
- # clojure-italy (4)
- # clojure-nl (22)
- # clojure-russia (5)
- # clojure-spec (5)
- # clojurescript (60)
- # cursive (8)
- # datomic (6)
- # emacs (1)
- # figwheel-main (53)
- # fulcro (19)
- # jobs-discuss (11)
- # mount (1)
- # off-topic (3)
- # om (1)
- # pedestal (9)
- # philosophy (1)
- # re-frame (19)
- # reagent (4)
- # reitit (5)
- # shadow-cljs (66)
- # tools-deps (64)
@emilaasa Yes, Edit->Structural Editing->Thread/Unthread form - you’ll need the caret on the inner form you want to thread, like: (clojure.walk/keywordize-keys (json/parse-string (:body <caret>(client/get "myurl"))))
@steveb8n That’s https://github.com/cursive-ide/cursive/issues/2031, fixed for the next EAP build.
@tbaldridge I’m travelling with my family right now, but I’ll look at that when I can. Looks like a clojure.main REPL?
No problem, I've gotten by with it for a few months, and it's finally something I thought I should bring up.
But no, it's a lein repl. I work with a lot of emacs users though, so there's a fair amount of middleware involved for pretty printing exceptions and the like. Nothing abnormal, just a pretty heavy lein file.