This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-14
Channels
- # announcements (10)
- # architecture (4)
- # atom-editor (1)
- # babashka (53)
- # babashka-sci-dev (118)
- # beginners (91)
- # biff (12)
- # calva (19)
- # clara (13)
- # clerk (20)
- # clj-commons (25)
- # clj-kondo (6)
- # cljdoc (19)
- # cljs-dev (3)
- # clojars (2)
- # clojure (71)
- # clojure-art (2)
- # clojure-europe (68)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-uk (3)
- # clojured (19)
- # clojurescript (34)
- # clr (19)
- # cursive (11)
- # emacs (14)
- # fulcro (3)
- # helix (2)
- # holy-lambda (2)
- # honeysql (27)
- # hyperfiddle (39)
- # malli (2)
- # off-topic (83)
- # polylith (4)
- # rdf (22)
- # re-frame (20)
- # reitit (4)
- # rewrite-clj (14)
- # shadow-cljs (17)
- # slack-help (2)
- # tools-deps (45)
- # xtdb (3)
First academic paper about Clerk: https://twitter.com/jackrusher/status/1635434839968194561?s=20
Oh, man, now I want to be part of the academy ahahahha itβs great!!!! You really rock, folks
My expectation was that calls to tap>
would result in one or both of those calls to clerk/show! updating in place with what was tapped.
user> (require '[nextjournal.clerk :as clerk])
nil
user> (clerk/show! 'nextjournal.clerk.tap)
Ok, but when I evaluate a tap> in the REPL, I see a note about the containing notebook being re-evaluated but I don't see a change to my page.
I'm trying to see how this would be most useful. I had envisioned this fitting into a page, so I could see the results of my calculations, but also side-effect taps during those calculcations.
It's just a tap consumer which renders values on html page. You may render adhoc hiccup, vega chart.
Ok, thanks. When I get a chance, I'd like to contribute some documentation about this.
Also let me plug https://github.com/hlship/trace which goes pretty well with this.