In computer science and programming, a continuation is an abstract representation of the control state.
I'm working on a Scheme interpreter written in C. Currently it uses the C runtime stack as its own stack, …