←back to thread

451 points birdculture | 1 comments | | HN request time: 0.279s | source
Show context
jmull ◴[] No.43984646[source]
I'm not sure there are many cases where I would choose rust. I'm open to it. I just think in any given situation there would most likely be a better option.

Perhaps it will become prevalent enough that it will make sense in the future.

replies(4): >>43984813 #>>43985214 #>>43985593 #>>43986622 #
1. toprerules ◴[] No.43985593[source]
As systems programmer there are no better options. C is inherently unsafe, C++ is awful to work with and unsafe without careful use of pre-made safe abstractions that can't catch everything at runtime...

I have written C for decades and love the language, but Rust has convinced me that we need to evolve beyond the 70s. There's no excuse anymore.