clojuredesign-podcast

Discussions around the Functional Design in Clojure podcast - https://clojuredesign.club/
jumar 2019-10-02T08:44:29.012600Z

I finally got a first sort-of working version of the "Twitter Poster" series (episodes 21-27). I would love to hear some feedback: https://github.com/jumarko/functional-design-in-clojure/pull/5 Cc: @nate

1🙌
jumar 2019-10-02T08:45:53.012900Z

As a side note, it would be interesting to actually see the implementation of the worker and decider multimethods and how is that different from the usual approach IO -> logic -> IO -> logic -> ... This stuff is quite hard to grasp without looking at code I think. Related video from LambdaIsland is here (still need to watch it): https://www.youtube.com/watch?v=loDf8Pk4kD4&feature=youtu.be

pez 2019-10-02T18:30:08.014900Z

Now I know what felt so wrong with all those Clojure band names. They weren’t Hall of Oats! https://github.com/cognitect-labs/anomalies

neumann 2019-10-02T19:12:26.015200Z

@pez That's too funny!

neumann 2019-10-02T19:17:09.015400Z

@jumar Yes, speaking code is pretty tough, and I'd like to eventually release more code to illustrate IO -> logic -> IO -> logic. Currently all our code that takes that approach is tied up in proprietary code bases for our clients.

neumann 2019-10-02T19:17:17.015600Z

Also, thanks for the link to Lambda Island. I'll definitely have to check that out!

jumar 2019-10-02T19:19:34.015800Z

Great, thanks!

pez 2019-10-02T19:20:37.016Z

I very literally LOL:ed at work when I read that page.

nate 2019-10-02T19:24:00.016200Z

Hahaha, so funny!