|
|
|
|
|
by 1vuio0pswjnm7
285 days ago
|
|
"Before this, I had thought that C was a simple language." It was a simple language. It can still be used that way As hobbyist I write simple programs that can be compiled with -std=c89 I use these programs every day. They are faster than their equivalents in python, smaller than their equivalents in go, and require less resources or dependencies to compile than their equivalents in rust It is easy to take something simple and make it complex Software developers do this consistently; software/language "by committee" faciltates it Generally developers commenting publicly do not like "simple", they prefer "easy" C89 is still useful and there are lots of things that rely on it |
|