|
|
|
|
|
by uecker
305 days ago
|
|
Advantages of C are short compilation time, portability, long-term stability, widely available expertise and training materials, less complexity. IMHO you can today deal with UB just fine in C if you want to by following best practices, and the reasons given when those are not followed would also rule out use of most other safer languages. |
|
C is portable in the least interesting way, namely that compilers exist for all architectures. But that's where it stops.