This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-20
Channels
- # aleph (15)
- # announcements (12)
- # aws-lambda (1)
- # babashka (54)
- # beginners (35)
- # calva (2)
- # cider (31)
- # clerk (13)
- # clj-kondo (65)
- # clj-on-windows (14)
- # cljsrn (7)
- # clojure (57)
- # clojure-art (1)
- # clojure-dev (1)
- # clojure-europe (19)
- # clojure-nl (1)
- # clojure-norway (7)
- # clojure-uk (1)
- # clojurescript (9)
- # community-development (25)
- # cursive (2)
- # data-science (3)
- # emacs (19)
- # events (1)
- # fulcro (21)
- # humbleui (1)
- # hyperfiddle (15)
- # jobs (8)
- # london-clojurians (2)
- # malli (18)
- # off-topic (1)
- # portal (6)
- # reagent (3)
- # releases (3)
- # sci (1)
- # shadow-cljs (73)
- # spacemacs (4)
- # sql (9)
does anybody have a link to the tap helper functions discussed here: https://youtu.be/rbkZmh_DbPw?t=329
Rather than tap helpers, all evaluation can be sent to Portal via an nREPL wrapper https://practical.li/clojure/data-inspector/portal/#editor-nrepl-middleware
👍 2
portal.console/log is a nice helper macro that logs a lot of other info and also passes through the value that is logged instead of the true that tap> returns
select a log message and then type ´b´ and ´d´ to be taken to the place where the log message was sent from.
Note The data produced by portal.console is compatible with the portal.runtime.jvm.editor/goto-definition command which can automatically open the file location via the :launcher / :editor option passed to portal.api/open.
@U03G25L065N Is the @U021BRMUF8C on here the same one who gave this Juxt talk I wonder?