Comment by Sharlin
2 hours ago
Fixing syntax by definition does not affect the ABI. And Rust has shown that both ABI and API compatibility can be achieved in the presence of several "versions" (editions) of the language in the same build.
2 hours ago
Fixing syntax by definition does not affect the ABI. And Rust has shown that both ABI and API compatibility can be achieved in the presence of several "versions" (editions) of the language in the same build.
Rust has shown that it’s yet another language that kind of sort of addresses 3% of the issues c/c++ has, tops.