Continuation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
=Overview= | =Overview= | ||
A continuation is an abstract representation of the ''control state'' of a program. The continuation reifies the program control state, into a data structure that represents the computational process at a given point in the process' execution. The data structure can be manipulated from the programming language the program was written it, instead of being hidden in the runtime environment. |
Latest revision as of 20:30, 14 June 2018
External
Internal
Overview
A continuation is an abstract representation of the control state of a program. The continuation reifies the program control state, into a data structure that represents the computational process at a given point in the process' execution. The data structure can be manipulated from the programming language the program was written it, instead of being hidden in the runtime environment.