This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-23
Channels
- # babashka (18)
- # babashka-sci-dev (42)
- # beginners (84)
- # calva (11)
- # cider (5)
- # clj-kondo (11)
- # cljdoc (70)
- # cljs-dev (34)
- # clojure-europe (1)
- # clojurescript (3)
- # conjure (1)
- # core-async (29)
- # data-oriented-programming (10)
- # emacs (13)
- # fulcro (8)
- # gratitude (2)
- # honeysql (1)
- # introduce-yourself (4)
- # kaocha (10)
- # missionary (8)
- # nrepl (4)
- # off-topic (27)
- # portal (32)
- # releases (11)
- # tools-deps (11)
- # xtdb (19)
I may make a RCF tutorial video for the Task portion of https://github.com/leonoel/missionary/wiki/Basic-Walkthrough:-Tasks-&-Flows . Do we think this is the best current hello world tutorial for missionary?
It may need to be modified to work in CLJS as well
when working with missionary, do you ever write APIs that return thunks (which do some i/o) anymore or are they always returned as missionary tasks
I think the idea of effects is that you just write the same general code whether it's blocking or not and handle the implementation elsewhere? I might have to break a habit of thinking of missionary as promises