|
|
|
|
|
by volta83
1766 days ago
|
|
> Don't want to end up with every C/C++ compiler being a clang skin in the same way as (almost) every browser is a chrome skin. Why not ? There is one open C++ spec, that's really hard to implement, so we have a dozen C++ compilers that are impossible to support properly because they each have their own set of different ten thousand bugs. The value of supporting all of this is really small in practice, and the cost for everybody involved is huge. Having a single, e.g., C++ parser with a single set of bugs is a much better value proposition for C++ programmers. |
|