> I think the way Go addresses concurrency is simple and straight-forward. It's trivial to write concurrent applications.
Yes, CSP[0] is a very interesting concept. But it's not something unique to the go language.
[0] https://en.wikipedia.org/wiki/Communicating_sequential_proce...