|
|
|
|
|
by xyse53
337 days ago
|
|
I think that's harsh. IME Go excels in a business setting where the focus is on correct, performant, maintainable, business logic in larger organizations, that's easy to integrate with a bunch of other systems. You can't squeeze every last bit of low-level performance out of it but you can get ... 9x% of the way there with concurrent code that is easy to reason about. |
|
Personally I just far prefer to work in a GCed langauge. Much simpler mental model.