Hacker News new | ask | show | jobs
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.

2 comments

Yeah, I know, I was just trying to show that I have a broad set of interests and enjoyed learning Go and C++. I use "rclone" for most of the backup-related things.
They might be consuming some APIs that drive the choice.

\shrug. Hard to know.