|
|
|
|
|
by Gibbon1
3020 days ago
|
|
> rewriting those functions would be destructive Getting rid of standard string functions would be the best thing to happen to the c language in the last 25 years. There are two types of c programs. Those that scrupulously avoid standard string functions and brittle programs shot through with security holes. |
|
In other words, if your pseudo-c candidate already suffers from most the interop problems that Rust, D, Nim and Go do, why not just use one of those and at least reap the other benefits they provide?