Comment on Evio – Fast event-loop networking for GoComments−brian-armstrong8yAt 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 :)−pcwalton8yBecause memory safety is much easier to achieve in Go than in C++, even "modern C++".
Comments
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 :)
Because memory safety is much easier to achieve in Go than in C++, even "modern C++".