Continuation question (from Matt Might's blogs)

You might also be interested in this gist I wrote up. It contains several examples of practical ways of using continuations and macros together to implement different kinds of control flow constructs. I wrote it because most of the documentation on continuations I could find was either extremely theoretical and academic, or it only covered toy examples and puzzles that don't do anything useful.

2 Likes