Fork me on GitHub
#core-async
<
2017-02-22
>
jeffh-fp17:02:33

From Clojure for the Brave and True: >>> Clojure’s core.async library was largely inspired by Go’s concurrency model, which is based on the work by Tony Hoare in Communicating Sequential Processes and is available at http://www.usingcsp.com/.

jeffh-fp17:02:13

I didn't know the history - I would've assumed core.async was around before Go but I guess not! 🙂

tbaldridge18:02:37

go1 came out in 2012, core.async in early 2013 (iirc?)