Rust is not about memory safety
o-santi.github.io·1d·
Discuss: Hacker News
Flag this post

most of rust discussions nowadays revolve around memory safety, and how it is safer than C / C++ / zig / go / whatever language is being trashed on twitter that day. while yes, that is true - not that the bar for most of these is particularly high - what I think is the main point of the language is always glossed over: correctness. when one tries to criticize any of the aforementioned languages, one is answered with the following argument:

your program segfaults? skill issue

but i’d like to make the counter-argument that, no, this has nothing to do with skill issue.

formal language theory

the first thing one learns when they’re studying formal languages (the field that studies grammars, state automata, etc) is that the rules that describe a certain grammar must match **exac…

Similar Posts

Loading similar posts...