Fork me on GitHub
#core-async
<
2021-08-23
>
Steven Katz16:08:44

Has anyone ever re-written Rich Hickey’s ant example using core.async?

hiredman18:08:50

the ants code is a demo of the stm, with core.async isn't connected to

hiredman18:08:57

https://www.ccs.neu.edu/home/turon/thesis.pdf is a phd thesis from 7 years ago building a system that ultimately combines concurrent ml style events (which core.async is sort of like) and an stm. So you get transactions where you can exchange messages as part of the transaction