The big problem with C is the memory safety issues. It is extremely difficult to write C code and be safe from malicious input. If you use a memory safe language these difficult issues are erased.
I realise the compiler/runtime can't stop all bugs but fixing these simple errors goes a long way to producing robust secure software.
I realise the compiler/runtime can't stop all bugs but fixing these simple errors goes a long way to producing robust secure software.
reply