this post was submitted on 01 Sep 2025
127 points (97.0% liked)

Programming

22883 readers
248 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] SpaceNoodle@lemmy.world 11 points 4 weeks ago* (last edited 4 weeks ago) (20 children)

I wonder how the Rustaceans will react to his honest criticism.

Edit: exactly how I expected, LOL

[–] Solemarc@lemmy.world 17 points 4 weeks ago (4 children)

What honest criticisms did you find in this article? All I saw was;

  • compiling is slow
  • borrow checker is complicated

This isn't new?

[–] floofloof@lemmy.ca 17 points 4 weeks ago* (last edited 4 weeks ago) (3 children)

He said the code that came out was slow, but Rust always ranks within the top handful of languages for speed, so I'm taking that comment with a big pinch of salt. Among popular systems languages only C and C++ really beat Rust for speed. So you get better memory safety for the price of a pretty small decrease in speed and a steeper learning curve for the compiler's picky rules (though the compiler gives you lots of clear help). Rust programmers know this.

[–] Ephera@lemmy.ml 7 points 3 weeks ago* (last edited 3 weeks ago)

My guess is that he was using cargo build rather than cargo build --release. Relatively common for folks to complain about due to that, because beginner tutorials tend to skip that info (which is fair IMHO).

load more comments (2 replies)
load more comments (2 replies)
load more comments (17 replies)