Hacker News new | ask | show | jobs
by yjftsjthsd-h 3192 days ago
If bootstrapping/portability is the goal, probably C.
1 comments

Conveniently there are already C++ compilers bootstrappable with C.
Any that are both open-source and C++11 compliant? Guess you can still build g++-4.6 with just C, then a newer g++ from that, but it's a bit of a pain.