this post was submitted on 08 Jun 2025
838 points (97.2% liked)

Programmer Humor

24045 readers
1138 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] 30p87@feddit.org 78 points 3 days ago* (last edited 3 days ago) (3 children)

Rust: Downloading 7390327 crates...

[–] propitiouspanda@lemmy.cafe 1 points 1 day ago (2 children)

Same with C and C++ libraries.

[–] sunglocto@lemmy.dbzer0.com 2 points 1 day ago (1 children)

Definitely not as egregious as with rust though

[–] propitiouspanda@lemmy.cafe 1 points 1 day ago

Yes, but you also don't get cargo to find C/C++ libraries.

[–] 30p87@feddit.org 1 points 1 day ago

I literally never had more than 10 dependencies for any standalone program (standalone as in not dependent on a whole ecosystem like KDE)

[–] sbv@sh.itjust.works 23 points 2 days ago

I feel like Rust would be some complaint from the compiler saying that some apparently unrelated struct can't be Send/Sync for some inscrutable reason. Or something about pinning a future.