Y
Hacker News
new
|
ask
|
show
|
jobs
by
unstruktured
720 days ago
I think when people say safest they mean the safest "C like" language with zero cost abstractions.
2 comments
palata
720 days ago
I am not convinced about that. I think that many people discovered the notion of "memory safety" with Rust, and think that only Rust provides it. The grandparent is right: Rust brings memory safety at low cost, that's the whole point.
link
fl0id
720 days ago
Yeah but the author went from typescript to rust… what did they expect.
link
tossandthrow
720 days ago
Then irony is that typescript (well, Javascript) has full memory safety. The changes of segfaults only increased when he switched to rust.
link