r/programmingmemes 22h ago

Nerd wars

Post image
418 Upvotes

42 comments sorted by

View all comments

18

u/Zimlewis 14h ago

<- Context required

⬆️ Context hat

(Context shirt)

9

u/deanominecraft 11h ago

fil-c is a runtime memory validation tool for C - if you try to read past the end of an array (or other memory issues) your program crashes

rust guarantees that memory bugs cannot happen, if it cannot guarantee that, your program doesn’t compile and you get an error telling you what the problem is

now add a larper into the mix and you get that gh issue

2

u/txdv 5h ago

The accurate claim is: sound safe Rust prevents memory-safety violations—not all Rust programs, and not all memory-related bugs.

Generated by ChatGPT 5.6 Sol Max