This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-28
Channels
- # announcements (1)
- # aws (1)
- # babashka (15)
- # beginners (19)
- # biff (4)
- # clojars (24)
- # clojure (22)
- # clojure-europe (17)
- # clojure-norway (3)
- # clojurescript (10)
- # emacs (5)
- # gratitude (1)
- # introduce-yourself (2)
- # jobs (1)
- # malli (3)
- # off-topic (2)
- # re-frame (1)
- # remote-jobs (3)
- # shadow-cljs (71)
- # vim (4)
Hey, guys! What do you use to select and format Clojure code? I'd like to prettify the REPL-output of long maps
in particular (I'm aware of clojure.pprint/pprint
, but I don't want to rewrite the code every time).
For larger data or highly nested data I would use an inspector, e.g https://github.com/djblue/portal To avoid wrapping code in an explicit tap> call, then all evaluation can be sent to portal via nrepl https://github.com/djblue/portal