Comment Re: Nothing of value was added (Score 4, Insightful) 132
History shows that developers cannot write safe code. Especially when there is a lot of code, developed over a long time with many people working on it. Rust at least offers to provide memory safety, which is a huge win, but not safety from all manner of other logical errors.
Of course if you have a lot of "unsafe" blocks in your Rust code because you are trying to make it do what C did in the same way C did it then you are not gaining anything much. I would not like to see that released until the "unsafe" had been reduced substantially.