top | item 41643134

(no title)

whiterknight | 1 year ago

The point is that many of the problems rust aims to solve become much less relevant. For example, if your program only does 10 Malloc and frees, you can probably track down the memory bugs.

discuss

order

steveklabnik|1 year ago

I agree that these techniques help you write better code, but enforcing something is better than not. Obviously it’s a spectrum, so I wouldn’t say doing that is bad, but it does not really mean Rust is irrelevant.

And Rust brings more to the table than just the borrow checker.

whiterknight|1 year ago

Sure, it just invalidates the impending doom, ban C programming narrative.