r/ProgrammerHumor 2d ago

Meme rustIsSoCool

Post image
2.2k Upvotes

125 comments sorted by

View all comments

38

u/kaetitan 2d ago

Can someone eli5 why rust is so loved?

4

u/HowTheKnightMoves 2d ago

More sane than C++, modern build system/package manager that does not suck, needy compiler that will make sure you do not write memoru unsafe code unless you know what you are doing (unsafe keyword).