> so why are channels and goroutines built into the language proper? Channels and goroutines are not just language constructs in Go. They are part of the formal language of Communicating Sequential Processes and as such are being actively researched. CSP is under active research. For example, CSPs can be used to specify and verify the concurrent aspect of a system. More info here:
https://en.wikipedia.org/wiki/Communicating_sequential_processes#Primitives -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.