this post was submitted on 06 Jul 2023
18 points (100.0% liked)

Rust

5690 readers
9 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] dinodroid@programming.dev 2 points 1 year ago (1 children)

Some of this applies to Go too.

[โ€“] taladar@sh.itjust.works 2 points 1 year ago

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.