📚 node [[20210429134317 continuation]]

Continuations are a Lispconvention that, more or less, represent the current stack frame of a program.

Continuations are used in Schemein particular, as part of their compiler implementation.

In Scheme, continuations are first class, and can be used using the function call/cc.

📖 stoas
⥱ context