Recursion 12.3 | Paradox 6 | Life as a recursion, 3
Paradox is due to the mixing of para-level (meta-level) and original level.
— Me@2012-09-29 02:22:14 PM
The mixing of levels creates a causal/reasoning loop, resulting an infinite long chain.
In short, infinite loop is due to mixing levels.
— Me@2012.10.15
If there is no progress or no terminating condition, a loop cannot stop.
With progress (change of some values of some variables), each iteration is different. In this sense, each iteration is at a different level.
Without progress, all iterations are at the same level, creating a mixing-level problem, aka “a paradox”.
— Me@2013-11-16 5:55 AM
Level 1: Life is a repetition. /* an infinite loop */
Level 2: Life is an iteration.
Level 3: Life is a recursion.
— Me@2011.12.24
— Me@2013.11.16
2013.11.16 Saturday (c) All rights reserved by ACHK