Hector Martin on Nostr: The language matters because segfaulting on invalid input only happens in memory ...
The language matters because segfaulting on invalid input only happens in memory unsafe languages. On a memory safe language you generally have to make a conscious decision about how to handle errors and unexpected situations.