>>30Re-read
>>29 you create a source loop:
Source A in Language A creates
Compiler B that compiles Source B
Used to create Compiler C which
compiles Source B to Compiler
You then remove Language A dependencies:
Source A(dependency on Language A) and
Compiler B(dependency on Language A).
What is left is Source B which
requires Compiler C, however
it depends on itself as a closed loop of
Source B->Compiler C->Source B.
Now if Compiler C doesn't work on your
platform(its binary), contains trojans
or is too compromised to use, what
happens to source B?