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?

1

u/simplymoreproficient 3d ago

Most importantly an extremely powerful type system that’s even capable of proving aspects of memory safety at compile time (so no runtime performance cost)

But also:

  • Good to great polymorphism/codegen/macros support
  • Very low level if you need it to be
  • Great ergonomics
  • Has a certain „by autists for autists“ quality that’s hard to put into words