|
|
|
|
|
by hirvi74
39 days ago
|
|
If performance is the main difference, whatever that means, then basically Go should be reserved for when Rust and other lower level langs cannot be used due to some other constraint? Are we mainly talking about performant Web backends? Say I am building some app that I know will be CPU-bound, why choose Go over say... Swift? |
|
Language religious wars are silly: you should choose a language based on your constraints and personal tastes. If there's no clear advantage of one language over another for a given task - then all the options are viable, pick one and get on with solving the problem.