This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-26
Channels
- # adventofcode (23)
- # babashka (13)
- # beginners (63)
- # calva (17)
- # circleci (2)
- # cljdoc (3)
- # cljfx (11)
- # clojure (23)
- # clojure-europe (2)
- # clojure-uk (1)
- # conjure (1)
- # depstar (4)
- # emacs (3)
- # fulcro (41)
- # graalvm (29)
- # joker (5)
- # malli (6)
- # reagent (6)
- # reitit (1)
- # remote-jobs (1)
- # shadow-cljs (19)
- # spacemacs (8)
- # testing (9)
- # tools-deps (33)
since “tap> is the new print” 😜 are there any helper fns in cider or clojure mode for tapping? (e.g. like there are for pretty printing)?
I am not aware of any cider commands for tap>. I tend to use cider-inspect rather than tap when using Emacs
I assume it wouldn't be too difficult to write some. I believe you can write a bit of elisp to call Clojure code and then bind that in an interactive function to a key
I have just been using a rich comment block to call tap functions for now. https://github.com/practicalli/scicloj-notespace-simple-demo/blob/live/src/practicalli/notespace_demo.clj#L145 I also use a user.clj to run the portal data browser and add it as a tap source. There is an example in the dev/user.clj file in the repository above
Thanks @U05254DQM. I use the cider inspector as well, but sometimes things like portal etc. can come in handy. I’ve ended up doing this: