DEV Community

Discussion on: C++ is awesome, here's why...

Collapse
 
kobi_ca profile image
Kobi

C is nice and all but we should stop using C and start looking into a safer lang. The unsafe properties of C is not gonna cut it in the next years where safe code is going to be important. Code is going to run even more on cars and other mission critical platforms. Maybe Rust. dont know.

Collapse
 
codenameone profile image
Shai Almog

I very much agree. When I built ParparVM I picked C as the underlying language. Rust wasn't a realistic option back then. Had I done that today I would totally have picked it.