←back to thread

1371 points yett | 1 comments | | HN request time: 0.198s | source
Show context
pmarreck ◴[] No.43774498[source]
My takeaway, speaking as someone who leans towards functional programming and immutability, is "this is yet another example of a mutability problem that could never happen in a functional context"

(so, for example, this bug would have never been created by Rust unless it was deeply misused)

replies(8): >>43774636 #>>43774657 #>>43774734 #>>43774921 #>>43775019 #>>43775231 #>>43775948 #>>43780177 #
isatty ◴[] No.43775948[source]
The constant rust evangelism on this site is such a turn off from actually wanting to use the language.
replies(5): >>43777767 #>>43778196 #>>43780139 #>>43781353 #>>43797673 #
1. WiSaGaN ◴[] No.43780139[source]
I don't think mentioning Rust on an article specifically talking about a memory safety bug count as "constant". This is Rust's core strength.