Now that rust exists for the type- and memory-safety weenies, I think we should restore C to being just the user-friendly frontend to assembly language.
@hyc I strongly suspect that programs written in Rust are safer not because the language brings inherent safety, but because it’s so complex that it’s mainly used by experimented developers who would have written safer C programs anyway…