core-async

Jakub Holý 2019-05-17T09:29:20.150700Z

hello! What book would you recommend to learn about core.async in detail? thanks !

☝️ 1
alexmiller 2019-05-17T12:28:33.151600Z

Clojure Applied has a chapter or two with core.async use

👍 2
Jakub Holý 2019-05-18T10:22:04.153200Z

that is right but I want something even more in depth

👍 1
zlrth 2019-05-22T04:12:22.154700Z

in all seriousness: you should write it! i’d pay for it.

zlrth 2019-05-22T04:12:35.154900Z

core async koans!

👍 2
Jakub Holý 2019-05-17T13:41:40.151900Z

thank you. I have actually read it, but it is still quite intro level, right? I am interested in best practices , how to deal with errors, gotchas etc...

Jakub Holý 2019-05-17T13:43:09.152100Z

Perhaps there is no such text and Tim Baldridge's videos er best?

alexmiller 2019-05-17T13:47:33.152400Z

not aware of anything other than Tim's videos

👍 2
penryu 2019-05-17T22:43:51.152900Z

One of the things I bought “Clojure Applied” for was that it wasn’t intro. wrt core.async, it goes beyond the high-level and minimal example cases, showing its practical use in a number of situations.