|
|
|
|
|
by dpc_pw
2078 days ago
|
|
> they almost always compile and run Same in Rust. Actually, it's quite better than in C. The only time Rust projects fail to compile is when they pull in some C library and something there (like configure.ac) messed up. :D And if this C project does anything interesting it pulls in bunch of C libraries that came precompiled with your OS, and might be stale and contain unpatched security vulns. C/C++ developers pointing at other languages about dependency hell is a curiosity. |
|