|
|
|
|
|
by userbinator
3659 days ago
|
|
while simultaneously destroying the possibility of it ever being self-hosting. ...at least until it begins turning into a C++ compiler ;-) That makes me wonder, given that there seem to be quite a lot of "toy" C/C-subset compilers being written these days, just how much harder C++ would be. For a long time it was commonly thought that even the simplest C compiler would be extremely complex and difficult, but that notion appears to have been somewhat defeated, so the next logical step in that direction is C++ or maybe C++-to-C (like Cfront) compilers. The closest I'm aware of would be the C++-subset used in TempleOS, which is self-hosting. |
|