What is the opposite of continuation-passing style?
We do not currently know of any antonyms for continuation-passing style.
The noun continuation-passing style is defined as:
A style of programming in which every user function f takes an extra argument c known as a continuation. Whenever f would normally return a result r to its caller, it instead returns the result of applying the continuation to r.