|
|
|
|
|
by majewsky
2378 days ago
|
|
> We target C99 or C11 C is anything but simple. It looks simple on the outside, then beats you to death with undefined behavior and either overexplicitness (if you don't use macros) or nested-macros hell (if you do). Their choice of C is routed more in the authors coming from the Unix community, not in their desire for simple software. If anything, they should start with a truly simple programming language. Something like Go minus huge runtime and maybe plus basic generics. |
|