|
|
|
|
|
by jstimpfle
2563 days ago
|
|
This is the same reason why I love C, and why I think that, for projects larger than a 1000 lines, it allows me to be MORE productive than more sophisticated languages. Possibly even resulting in a smaller linecount, but at the very least less accidental complexity. One small red/blue pain point in C is varargs - for most varargs functions I have to make a "..." and a "va_list" version. |
|
Not to be evangelical, but give Rust a look.