Hacker News new | ask | show | jobs
by MobiusHorizons 1315 days ago
For cli tools startup performance matters a lot, and many languages struggle on that point (eg Java) go and rust would probably be acceptable though.
1 comments

Apparently not, when so many of them are written in Python and Perl.

As for Java, if the extra ms are the end of the world, one can JIT cache or AOT compile it anyway.