▲ | giantg2 3 days ago | |
"Concurrency is tricky" This tends to be true for most languages, even the ones with easier concurrency support. Using it correctly is the tricky part. I have no real problem with the portability. The area I see Go shining in is stuff like AWS Lambda where you want fast execution and aren't distributing the code to user systems. |