This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-17
Channels
- # announcements (4)
- # beginners (82)
- # boot (1)
- # calva (26)
- # cider (13)
- # clj-kondo (41)
- # cljs-dev (25)
- # cljsrn (7)
- # clojure (82)
- # clojure-berlin (1)
- # clojure-brasil (1)
- # clojure-dev (13)
- # clojure-europe (11)
- # clojure-italy (27)
- # clojure-nl (8)
- # clojure-russia (6)
- # clojure-spec (32)
- # clojure-uk (15)
- # clojurescript (61)
- # core-async (1)
- # cursive (9)
- # data-science (1)
- # datomic (18)
- # duct (1)
- # emacs (2)
- # events (7)
- # fulcro (13)
- # graalvm (5)
- # immutant (1)
- # jobs-discuss (63)
- # leiningen (3)
- # off-topic (48)
- # om (3)
- # pathom (13)
- # planck (20)
- # prelude (3)
- # re-frame (55)
- # reagent (13)
- # reitit (5)
- # rewrite-clj (12)
- # shadow-cljs (67)
- # spacemacs (14)
- # sql (5)
- # tools-deps (4)
- # vim (23)
- # yada (2)
@richiardiandrea Yep. 🙂
Hello, I'm trying wrap cider evals with some clojure code to use REBL. So I need to eval some code, then send the code and result to rebl. How do I get the result of something that's been eval'd through cider? Perhaps I'm thinking about this the wrong way?
Most CIDER users just use the CIDER inspector, which is a somewhat similar concept, although REBL is definitely more polished.
i know there's https://github.com/RickMoynihan/nrebl.middleware. i've never used it but its a good place to start
these days i'm mostly living in clojurescript land, and i moslty can't make the inspector work. or pretty printing. Looks like cider views the data as a string rather than clojure data structures
the inspector is half way there, but the datafy/nav protocols are really what makes REBL interesting
i guess the configurable views is a plus but more icing on the cake rather than fundamental
https://github.com/denisidoro/floki has a nice simple UI for browsing inspected values