this post was submitted on 14 Sep 2024
853 points (99.0% liked)

Programmer Humor

32472 readers
857 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 96 points 2 months ago (15 children)

Rewrite it in rust. Now get a lifetime of problems

[–] [email protected] 22 points 2 months ago (4 children)

Is this just humor or there's a reason why people dislike rust? I'm curious.

[–] [email protected] 57 points 2 months ago

i think it's just humour, i assume it's referring to rust's lifetimes which is a feature (mostly) unique to rust

[–] [email protected] 22 points 2 months ago (3 children)

There are many who are pushing rust as a religion tan that turns people off.

[–] [email protected] 6 points 2 months ago

Ah, I see lol. Thanks.

[–] [email protected] 5 points 2 months ago

One thing I always liked about the various flavors of BASIC was that nobody ever pushed that shit as a religion.

[–] [email protected] 1 points 1 month ago
[–] [email protected] 12 points 2 months ago

Half joking. Lifetimes can be hard but once you understand the concept it's quite easy.

The second joke is about you never learn Rust. You're always on the learning rollercoaster. Always one step away but each time it makes you rethink the whole language.

Don't get me wrong, I'm a rust main. But does issues does exist

[–] [email protected] 6 points 2 months ago

Both. The people who promote Rust can be very annoying. They trumpet Rust's memory safety while turning a blind eye to any problems with the language, let alone the effort required to rewrite a large system and all the bugs such a rewrite will introduce.

load more comments (10 replies)