Y
Hacker News
new
|
ask
|
show
|
jobs
by
brian-armstrong
3149 days ago
At this point, why not just use C++? I feel like people are trying to stretch Go way past what it's good for. It's not going to replace C++ where C++ is effective, and it shouldn't :)
1 comments
pcwalton
3149 days ago
Because memory safety is much easier to achieve in Go than in C++, even "modern C++".
link