Difference between revisions of "Continuation"

From PKC
Jump to navigation Jump to search
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
[https://en.wikipedia.org/wiki/Continuation Continuation] 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]].
{{WikiEntry|key=Continuation|qCode=1128903}} (续体) 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]], [[network]] connections<ref>{{:Book/Patterns in Network Architecture}}</ref>, and the possibility of applying continuation to many contexts requires to use of [[monad]].


<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>

Latest revision as of 02:40, 25 February 2023

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, network connections[1], and the possibility of applying continuation to many contexts requires to use of monad.


Related Pages