this post was submitted on 27 Jul 2023
420 points (95.9% liked)
Programmer Humor
32426 readers
787 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Call me antiquated, but I still don't love Rust for these reasons. I don't dislike it, and I recognize it solves some very real problems around memory management. Whether I like it or not it is probably the future... But Cargo is incredibly opinionated, essentially obligatory, the compiler is huge...
It's not something you could bootstrap on a glorified microcontroller running MINIX or something. I'll just say that. And that's something I really really love about C.
compiler is based on llvm and is relatively lightweight (llvm is the "huge" part which to be fair is also used in clang)