|
|
|
|
|
by gukjoon
5199 days ago
|
|
Wow.
1. Have you written or debugged C sockets code? Because if you have, I doubt you would be dinging him on not wanting to do that.
2. He doesn't want to handle C/C++. I would say that most people who write application code are with him.
3. Yeah... I'm pretty sure Python, an interpreted language, is slower than Go, a compiled language. Even with the progress PyPy is making, I doubt it's going to beat Go. The author needs no age defense. He makes a ton of valid points for why you should try out Go. |
|
Additionally, PyPy has many garbage collection algorithms, while Go has a stop-the-world mark-and-sweep collector.