To view parent comment, click here.
To read all comments associated with this story, please click here.
People write in C because it works for their project
The question isn't whether it works at all, but whether higher-level languages wouldn't work better for them. Especially later on when the project has to be maintained and extended.
not because they have never seen another language before.
..., but because they're most familiar with C and aren't sure about going with something new. Perfectly natural, if regrettable.
The question isn't whether it works at all, but whether higher-level languages wouldn't work better for them. Especially later on when the project has to be maintained and extended.
For some people C is the only language that will work for their project. Higher level languages are not always a replacement, so harping on about them will not work.





Member since:
2005-07-07
C development (of the language, not in the language) is pretty much deprecated and replaced by C++. This is why these things have never been fixed. Someone really needs to sit down and write a new C specification and stop expecting developers to not use C because somewhere, somebody is programming in it right now.
Saying that the developers should change to another language or that they should use other libraries to make safe code is stupid, because it is not going to happen. People write in C because it works for their project, not because they have never seen another language before.