>>28The problem is not bootstrapping: the problem is
the binary holds black-box source.
The source with which the binary was compiled are
effectively requiring themselves to function.
The language implementation with self-hosting is
creating a source loop which becomes a circular
dependency on the compiler(and in lisp Genera case
non-portable compiler).
see
https://www.ece.cmu.edu/~ganger/712.fall02/papers/p761-thompson.pdfhttps://www.schneier.com/blog/archives/2006/01/countering_trus.html for the same problem in C source loop.