zlacker

[parent] [thread] 0 comments
1. giantg+(OP)[view] [source] 2025-08-22 15:21:58
"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.

[go to top]