Comment on Ask HN: CLI – Java or Python or Go?Comments−vkaku7yIf you want to integrate with AWS/Azure, Python is the language of choice for CLI.It's because the actual AWS CLI/Azure CLI is written in Python and they have the most supported interface so far known.I personally like Go because it's easier to ship a static binary but in this case I would recommend otherwise.
Comments
If you want to integrate with AWS/Azure, Python is the language of choice for CLI.
It's because the actual AWS CLI/Azure CLI is written in Python and they have the most supported interface so far known.
I personally like Go because it's easier to ship a static binary but in this case I would recommend otherwise.