Earlier quoted context omitted.
This is really splitting hairs isn't it? Plenty of languages are not bootstrapped. Isn't that essentially the same thing?
No, nothing to do with bootstraping, this is completely different. My point is that you cannot develop the very algorithms that you are using. Numerical math is not only about using ready-made algorithms, it is mostly about implementing new algorithms. For example, if you invent a new matrix factorization algorithm, it is very likely that you cannot implement it in Python (or if you can, it will be either very slow o…
I think we may be speaking past each other a bit.