[quote="Morton Goldberg, Retired"]
Please provide a reference to the quotation that appears in your question. I would to know the author, where it was published/expressed and its date.
[/quote]
@Morton Goldberg,
The following link is the reference to the quotation that appears in my question: https://forum.osdev.org/viewtopic.php?p=286902#p286902
[quote="George Woodrow III, Freelance Mathematician"]
I think that people who make statements like this significantly underestimate the complexity and ambiguity of natural language.
[/quote]
@George Woodrow III,
An intelligent compiler will ask for clarification whenever theres an ambiguity and may suggest improved wordings to resolve the issue. Writing a program will end up being a conversation with an intelligent machine which anyone could handle even if they know nothing about programming - it will be a collaboration with an intelligent system which is in itself an expert programmer. The error messages will be comments and questions just like the ones youd get if you were co-writing a program with a human programmer. (When you say print the result of that part, do you mean this part [a section of the code is highlighted], and do you want it printed to the screen or the printer?)
None of that will stop you putting in a line of C or any other programming language if you want to, but most of the work will simply be done in natural language, typically at a much higher level with the compiler working out how to carry out the tasks asked of it. The end user will also become a programmer, telling the machine how (s)he would prefer things to be done, and the machine will comply. That will rarely be done through anything other than natural language.
Where natural language is ambiguous, the machine can simply ask for clarification to make sure it has understood the instruction the right way, and if it hasnt, it can help the programmer improve the wording of the instruction.