Have you ever heard that Rust is difficult and has a steep learning curve?
In this blog post, the author will explain why he believe that is wrong and, in some cases, easier than some other programming languages.
Have you ever heard that Rust is difficult and has a steep learning curve?
In this blog post, the author will explain why he believe that is wrong and, in some cases, easier than some other programming languages.
Some of this applies to Go too.
Go is very different from Rust. I haven’t fully learned it but I have tried to find some bugs in some of the Go tools we use and Go code makes it very hard to find the actual business logic in between all the low level stuff that would be abstracted away in Rust.