This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-01
Channels
- # announcements (2)
- # babashka (93)
- # beginners (57)
- # biff (3)
- # cider (7)
- # clerk (5)
- # clj-kondo (9)
- # clojure (26)
- # clojure-austin (1)
- # clojure-bay-area (5)
- # clojure-europe (13)
- # clojure-norway (88)
- # clojure-uk (7)
- # clojurescript (3)
- # cursive (4)
- # datahike (2)
- # datalevin (10)
- # datomic (1)
- # events (4)
- # hyperfiddle (5)
- # jobs (3)
- # lsp (1)
- # malli (4)
- # missionary (3)
- # nrepl (1)
- # off-topic (45)
- # overtone (4)
- # pedestal (4)
- # polylith (13)
- # reitit (15)
- # releases (2)
- # shadow-cljs (30)
- # squint (1)
- # vim (1)
- # xtdb (6)
The source for the slides of the talk, if you want to run the propagation demo on your machine https://github.com/leonoel/missionary-talk2023
That source code is fascinating - I thought this was done in presentation software..
Thanks. The workflow is almost good.
Pros :
• can edit slides with your favorite svg editor
• can use a true programming language for interactivity, the sky is the limit
Cons :
• requires good naming discipline to bind element ids from svg editor to code
• clojurescript is not officially supported for embedded svg so you get long compilation times because optimizations :none
doesn't work, also debugging experience sucks because prn
is broken