New ask Hacker News story: Ask HN: CLI – Java or Python or Go?

Ask HN: CLI – Java or Python or Go?
3 by itpragmatik | 3 comments on Hacker News.
We want to write a command line interface tool that will be distributed to our customers. It is intended to be used on Linux. This CLI tool primarily will do few remote REST API calls, copy large number of big files from local file system to remote server (like AWS S3) and is expected to take few hours to complete. We have lot of in-house Java expertise. Should we pick Go, Python, Java or some other language? I am biased towards Java but would like to hear additional opinions.

No comments