Hacker News new | ask | show | jobs
by NathanRice 4628 days ago
Honestly, I would either choose Python or a JVM language.

The nice thing about Python is that the library support is amazing, and there is a fairly easy path to performance improvements using PyPy and/or wrapped C code.

Obviously a JVM language will have a huge ecosystem of libraries and good performance out of the box. I prefer Python as a language but that is entirely personal.

While Go is really popular around here, the language doesn't have a very ecosystem of libraries.