|
|
|
|
|
by barrkel
3355 days ago
|
|
I don't think reasonable developers use C++ or Go for any of those things. You might use a backup utility written in C++ or Go; but you don't write your own if you can help it, and you drive it with a scripting language like Python or Ruby or even bash. No knock for learning. But if you want to get maximum bang for your learning buck, focus on higher level stuff with lots of third-party libraries that integrate with the things you want to automate, ideally with a interpreter REPL for exploratory coding. |
|