This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-22
Channels
- # announcements (9)
- # asami (52)
- # aws (1)
- # babashka (7)
- # babashka-sci-dev (12)
- # beginners (72)
- # calva (24)
- # cider (9)
- # clj-kondo (76)
- # cljs-dev (15)
- # clojure (19)
- # clojure-australia (4)
- # clojure-europe (33)
- # clojure-france (9)
- # clojure-gamedev (17)
- # clojure-nl (6)
- # clojure-portugal (5)
- # clojure-uk (5)
- # clojurescript (61)
- # clojureverse-ops (4)
- # code-reviews (23)
- # conjure (1)
- # data-science (2)
- # datalevin (6)
- # datomic (49)
- # gratitude (1)
- # helix (24)
- # holy-lambda (14)
- # jobs (3)
- # lsp (92)
- # malli (7)
- # missionary (8)
- # pathom (12)
- # proletarian (3)
- # re-frame (4)
- # remote-jobs (1)
- # shadow-cljs (4)
- # spacemacs (3)
- # sql (9)
- # tools-build (90)
- # vim (1)
- # xtdb (11)
Hey missionary fans, check out https://github.com/hyperfiddle/rcf an async repl-first test macro, it is great for learning Missionary. There is a missionary example halfway down. We released async test support yesterday, we've been using it internally with missionary for about a quarter.
I am contributing Missionary readme work this weekend ā can I get feedback? https://github.com/hyperfiddle/missionary/tree/dustin
New release : b.23
ā¢ #37 new operator : group-by
https://cljdoc.org/d/missionary/missionary/b.23/api/missionary.core#group-by
ā¢ #13 minor bug fix : bad error reporting on reduce
and reductions
what is a propagator
https://dspace.mit.edu/handle/1721.1/44215 One of Sussman's later research projects. Like dataflow but results can propagate back, not just forward, allowing different nodes to reinforce and refine each others' outputs https://tgk.github.io/2014/01/getting-hot-with-propagators.html