Hacker News new | ask | show | jobs
by richev 2534 days ago
The original version of the C# compiler was written in C and C++, but today's version is indeed itself written in C#!

https://stackoverflow.com/questions/27513234/in-which-langua...

1 comments

Often, the first bootstrapped is the bare minimum to get basic functionality available, to then build upon what features you can support.

Its been a while, and I think it was gcc 7.x timeframe, and IIRC, you had to have at a min, gcc 4.x available to bootstrap, and it took something like 3 separate bootstrap iterations to get the final compilers was like 4-6 hours if memory serves.