6 comments

[ 0.22 ms ] story [ 19.2 ms ] thread
Really informational for me as I was researching on the same topic now-a-days.
When writing anything new, I have been mainly choosing Rust and Go:

Rust when performance is critical, type safety is important, work is low-level, or the project is expected to be big or long-lasting.

Go for easy, cross-platform "scripting": standard library does most of what is needed. Super-fast build. Easy deployment with just a binary. Can even embed files if needed.