|
|
|
|
|
by graysonk
3310 days ago
|
|
I can only speak about my own experience as an ops person, but C++ always just felt off to me for some reason. I tried to learn and use it for about 6 months and I always felt like I was so bogged down in minutia and standards. C let's me focus on the underlying system and it is what Linux is written in, Python is quick to write and has great libraries, and Go is amazingly easy to pick up/read. C++ always felt like it was more so a language designed for programmers who love code than something that lets me focus on what I love (systems). |
|