|
|
|
|
|
by gpderetta
3468 days ago
|
|
GCC is a great C++ compiler that works on more platforms than the rust compiler. Clang, another great C++ compiler, works on at least as many platforms as the rust compiler. Again, why would this be a reason to prefer rust over c++? |
|
If, given two situations
1. The the set containing compilers for language L is size 1, and that compiler works on multiple platforms; or
2. The set of compilers is > 1, but there exists at least one compiler in the set which is a) popular for use with language L b) not fully interoperable with the other compilers from the set that satisfy (a); then
situation 1 is the preferable one
Or to put it another way, nobody complains about code not working with compilers that don't exist.