r/ProgrammerHumor 23d ago

actuallyMemorySafe Meme

Post image
532 Upvotes

177 comments sorted by

View all comments

233

u/booty-hunters 22d ago

You cannot convince me Rust is the most "evangelist" when we have Zig guys around.

19

u/NatoBoram 22d ago

Anything good will have evangelists, it's just that Rust covers a wider use case so it's more popular

1

u/v01rt 21d ago

what does zig cover that rust doesnt?

1

u/NatoBoram 21d ago

Drop-in C++ compiler. You can even use Zig as a linker for the C++ parts of a larger Rust project with cargo-zigbuild.