Earlier quoted context omitted.
This man knows about programming languages way more than most of us. Listen to him. I bet it isn't the first time he has this discussion. See: Algol, Ada and others.
It's often the foolhardy and the ignorant that tackle problems that are supposedly impossible. And sometimes end up succeeding. Wisdom is certainly something to take from, but embodying the limits imposed by someone as a roadblock to onself isn't the way to innovation.
Why the hell would anyone want to program in a natural language?
Suppose you could write a kernel in such a language, and one of the instructions was:
"Load the first 5 bits at address 0x323abc into the last 5 bits after address 0x89bbca"
Now, wouldn't it be easier to say 'shuffle_bits(5, 0x232abc, 0x89bbca);' where you control precisely what 'shuffle_bits' does?