Earlier quoted context omitted.
> All these ambiguities we can solve We can solve it by specify what each word means. That's no different than programming. Also, your step 4 has bug because "repeating the clone process" does not include "rotating and scale it to fit" part. It'll just keep cloning the square all days and never get the square to be the size of a dot. Also, If you screen is not a square and you did not start in the center of the scree…
Joesb if anything you are proving my point! As another human you saw large ambiguities in my instructions but could still figure out 1. the problems (you knew no one would clone the square infinitely as it wouldn't 'make sense') and 2. the required solutions (i probably meant scale+rotate as well to be included in the cloning process, otherwise no interesting visual change would happen). Tell me what programming lang…
Seems to me that computers were instructed to (1) refuse to work in front of ambiguities, or (2) resolve them by choosing one of the options.
Kind of like when `yacc` tells you that some rule is ambiguous, but then it ends up resolving it by deterministically picking always the same option.