top | item 44937165

(no title)

judge123 | 6 months ago

For me, the real 'click' moment with core.async wasn't just about replacing callbacks. It was realizing I could model entire business processes as a system of communicating channels. It completely changed how I think about system design.

discuss

order

blackbear_|6 months ago

Curious if you have found any resources to learn more about this way of thinking?

puredanger|6 months ago

Rich Hickey actually did a talk called "Language of the System" https://www.youtube.com/watch?v=ROor6_NGIWU way back in 2013 before core.async was even created that lays out a lot of the ideas. It even has a big section explicitly about "flow" which contains the germs of core.async.flow.

akkad33|6 months ago

Is it like elixir actors

lgrapenthin|6 months ago

No. Those have unbounded message queues.