CPSsynthetase),一个催化氨甲酰磷酸合成过程的酶 辣椒素(英語:Capsaicin),红辣椒中的一种辛辣成分 Continuation-passing style(英语:Continuation-passing style)(一种编程技术) 網宇實體系統(英語:Cyber-Physical Systems) CP System(Capcom
续体reduces to an application of a continuation to its value (cf. [Fischer]). That is, in this continuation-passing programming style, a function always "returns"
Schemereduces to an application of a continuation to its value (cf. [Fischer]). That is, in this continuation-passing programming style, a function always "returns"
静态单赋值形式ISBN 1-55860-320-4. Kelsey, Richard A. A Correspondence between Continuation Passing Style and Static Single Assignment Form. ACM SIGPLAN Notices. March
Fold (高阶函数)z . rev,这样尾递归的建造出的一个表达式的表示同于右折叠所建造的。 额外的中间列表结构可以通过形似传递续体风格(英语:continuation-passing style)的手段去除:foldr f z xs == foldl (\k x-> k . f x) id xs z;另一个在也类似:foldl