Interesting opinionated article about the question from this days: "When to use Rust and when to use Go" What do you think...Is the writer correct in his opinion? #golang #rustlang go4.li/fzzNmn
3
20
68
0
7
Download Image
@golangch There is much more to consider - syntax (map, reduce, includes, etc - out of the box) - GC in some cases can kill the app - environment to run the app (Lambda, container, server, CLI) For me Rust works everywhere and better than other languages/compilers
@golangch The article is like most articles in this space: simplistic and superficial. It gets some stuff right, but then in section when to use Rust it just highlights performance and fine grain control. In a blog post, one of the Helm maintainers mentions Rust is worth it because it 1/