Hacker News new | ask | show | jobs
by bern4444 1768 days ago
My cursory knowledge is Go is best for distributed services and things that heavily involve the network.

Rust is better for memory based operations due to its safety and speed.

1 comments

But that's just total BS unless they are directly writing rust code.

If you are using tools like swc or esbuild, then you need to evaluate tool itself, not the language it was written in.

They hired one of the SWC devs, so they are directly writing rust code.
Of course you should care about the language the tool was written in. As another example, 1Password is redoing their mac app in electron. Many are upset about this and concerned it will lead to worse performance. Solely because of the technology being used.

Similarly here, evaluating esbuild vs swc inherently involves comparing their capabilities, benefits, potential etc. A lot of that is informed by the language its written in.