Hacker News new | ask | show | jobs
by ch_123 1766 days ago
Many of the proprietary C++ compilers (Intel included) are just repackaging of the EDG front end. The monoculture has existed for a long time in the C++ world due to the complexity of implementing the language to spec.

Honestly, I think it will be great to have one less set of compiler-specific oddities to worry about.

2 comments

MSVC does not use EDG for the frontend as far as I'm aware. IntelliSense does, though.
Not anymore, they changed that in the last few years
Funnily, the only reason I ever used ICC was as a linter since it was the most easily available EDG-based commpiler for me and different frontends help find different bugs.