|
|
|
|
|
by pjmlp
1883 days ago
|
|
Indeed, the goal has been to be as close as possible to Rust, given the constraints of C++ semantics. Note I mean the work being done by Microsoft and Google on top of Core Guidelines on their syntac analysers, which on Microsoft's case are active by default as background process that validate your code as you type. It will never be as good as Rust is able to, but in some domains a "worse is better" solution will already be better than nothing, because they aren't going to port their code to something else. |
|