|
|
|
|
|
by coldtea
2701 days ago
|
|
>The C language is not designed for building huge programs by accretion of modules. Can you give a single concrete example of a problem, because the above are all noops semantically speaking... >The idea is that you build many independent programs, and then you glue them together using scripts. This is a non-starter for most use cases outside pipeable shell commands (which are not the only kind of programs people want to write). People need, and write, and have written for decades, large programs in C, and programs in C which have from 10s to 100s of headers files included (including recursively from included libs). |
|