Analysis of information sources in references of the Wikipedia article "سبک ادامه دهی با انتقال پارامتر" in Persian language version.
We believe that this was the first occurrence of the term "continuation-passing style" in the literature. It has turned out to be an important concept in source code analysis and transformation for compilers and other metaprogramming tools. It has also inspired a set of other "styles" of program expression.
{{cite journal}}
: Cite journal requires |journal=
(help)We believe that this was the first occurrence of the term "continuation-passing style" in the literature. It has turned out to be an important concept in source code analysis and transformation for compilers and other metaprogramming tools. It has also inspired a set of other "styles" of program expression.
We believe that this was the first occurrence of the term "continuation-passing style" in the literature. It has turned out to be an important concept in source code analysis and transformation for compilers and other metaprogramming tools. It has also inspired a set of other "styles" of program expression.
That is, in this continuation-passing programming style, a function always "returns" its result by "sending" it to another function. This is the key idea.