Slightly tangential question about source code swapping:
If A's source code depends on what it reads from B, and B on what it reads from A...
Is there any chance of a Halting problem?
No. A's action depends on the soucecode of B and vice versa. As the sourcecode does not depend upon the sourcecode, nor the action on the action, you aren't into recursion
Slightly tangential question about source code swapping: If A's source code depends on what it reads from B, and B on what it reads from A... Is there any chance of a Halting problem?