Difference between revisions of "Continuation"

From PKC
Jump to navigation Jump to search
Line 3: Line 3:
<noinclude>
<noinclude>
==Related Pages==
==Related Pages==
*[[Logically related::Self reflection]]
*[[Category:Self reflection]]
*[[Logically related::Recursion]]
*[[Category:Recursion]]
*[[Logically related::Fixed point]]
*[[Category:Fixed point]]
*[[Logically related::Monad]]
*[[Category:Monad]]
</noinclude>
</noinclude>

Revision as of 16:12, 21 February 2022

Continuation(Q1128903) (续体) is an abstract representation of the control state of a computer program. This is an idea closely associated with Dana Scott and other theoretical computing scientists. It is also related to fixed point, recursion, and the possibility of applying continuation to many contexts requires to use of monad.


Related Pages