So it was said that Turing showed there are 6 primitives . i could think them as essentials needed to make programs.
- So the move left/right command makes sense because while writing code we might need to go back to rewrite or add something more. Similarly forward too .
- Erase is necessary for preventing any wrong term used in code. all this makes sense but why scan/print is needed now for making a program is it because to get if any code is wrong in the program we wrote? and print for running the code in the console?
Also does the basic operations like addition/sub.. comes already under those 6 primitives or the basic operations + strings + booleans are separate from those(i.e. other than those 6 primitives which Turing said that is present in python)?