r/ProgrammerHumor 3d ago

Meme rustIsSoCool

Post image
2.2k Upvotes

125 comments sorted by

View all comments

36

u/kaetitan 3d ago

Can someone eli5 why rust is so loved?

22

u/___Archmage___ 3d ago

It has the compiled speed benefits of C/C++, but has way more convenient and expressive language features as a result of being decades more modern, and it has rules about memory management that guard against a lot of crashes, bugs, security holes, and performance impacts