|
|
|
|
|
by snapetom
1489 days ago
|
|
The two things I always bring up in interviews on why I like Go: 1) Easy to use pointers. There's just pointers, not like C where you can have anywhere from 4 to 8 different types depending on your platform. And no, pass by reference vs. value are not the same as pointers. 2) Very simple to use concurrency. |
|
Do you mean C++? Or am I confused?