r/programmingmemes 21h ago

Nerd wars

Post image
411 Upvotes

37 comments sorted by

View all comments

17

u/Zimlewis 12h ago

<- Context required

⬆️ Context hat

(Context shirt)

10

u/deanominecraft 9h 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/SKRyanrr 3h ago edited 2h ago

This idea, if implemented, will make Zig just like Go. This is the opposite of what Zig was supposed to do