From 3097e6e00abbf405058876b09285a408254f9c43 Mon Sep 17 00:00:00 2001 From: jem Date: Sun, 31 May 2020 19:59:35 +0200 Subject: [PATCH] prepare parser-test --- resources/test/mastodon_bot/rss_api/rss_items.edn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 resources/test/mastodon_bot/rss_api/rss_items.edn diff --git a/resources/test/mastodon_bot/rss_api/rss_items.edn b/resources/test/mastodon_bot/rss_api/rss_items.edn new file mode 100644 index 0000000..ae193a6 --- /dev/null +++ b/resources/test/mastodon_bot/rss_api/rss_items.edn @@ -0,0 +1,9 @@ +{:items [ + {:title [Blogpost] Idiomatic Clojure: Mixing Parallel Side Effects and Iteration, + :link https://www.reddit.com/r/Clojure/comments/gtz1ox/blogpost_idiomatic_clojure_mixing_parallel_side/, + :pubDate 2020-05-31T13:28:48.000Z, + :author /u/bsless, + :content

https://bsless.github.io/mapping-parallel-side-effects/

Followup from the previous post where I went over the ways to idiomatically map side effects, this post tackles the same issue in a concurrent context. This one has more code than hand-waving, and you can follow along with all the examples.

Would appreciate your feedback. It's a rather technical post and there may be things I missed or didn't consider.

Cheers

submitted by /u/bsless
[link] [comments], :contentSnippet https://bsless.github.io/mapping-parallel-side-effects/ Followup from the previous post where I went over the ways to idiomatically map side effects, this post tackles the same issue in a concurrent context. This one has more code than hand-waving, and you can follow along with all the examples. Would appreciate your feedback. It's a rather technical post and there may be things I missed or didn't consider. Cheers submitted by /u/bsless [link] [comments], + :id t3_gtz1ox, + :isoDate 2020-05-31T13:28:48.000Z} ] \ No newline at end of file