This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-05
Channels
- # adventofcode (22)
- # ai (1)
- # announcements (1)
- # babashka (3)
- # beginners (8)
- # calva (8)
- # cider (17)
- # clojure (3)
- # clojure-europe (4)
- # clojure-norway (13)
- # clojurescript (20)
- # core-logic (1)
- # data-science (3)
- # datahike (6)
- # deps-new (4)
- # events (6)
- # hoplon (4)
- # hyperfiddle (4)
- # lsp (34)
- # overtone (8)
- # podcasts-discuss (2)
- # releases (3)
- # ring (5)
- # vim (10)
- # xtdb (2)
Is there any solutions for handling a lot of atoms being watched? I'm wondering if something like this would be good.
{:client {mouse-pos !mouse-pos
on? !on?}}
Thoughts?What is your use case? And what is the problem with a lot of atoms being watched that requires a solution?
No use case. Just reduction of text in file. Just sugar 😆
I guess this could be confusing because it would be (e/client (e/watch !mouse-pos))
and having client in front could cause confusion as to whether mouse-pos
is available in e/server