|
|
|
|
|
by xenadu02
454 days ago
|
|
That's not quite correct. See my comment here: https://news.ycombinator.com/item?id=43465698 B was bootstrapped in BCPL, then rewritten in B to be self-hosting. But the transition from B to NB (New B) to C was continuous evolution. Thompson or Richie would add a feature to the compiler, compile a new compiler, then change the compiler source to use the new feature. If you did not have a sufficiently new enough B/NB/C compiler you could not compile the compiler and there was no path maintained to deal with that. You went down the hall and asked someone else to give you the newer compiler. There also wasn't a definitive point where NB became C... they just decided it had changed enough and called it C. |
|