Edward Lee predicted message passing wouldn't solve concurrency. Go was the biggest real-world test, and a 2019 study of 171 bugs in Docker and Kubernetes confirmed it.
Message passing is shared mutable state. Here's why:
causality.blog/essays/messa...
#concurrency #programming #golang #plt