Experimenting with Lisp variants eventually led me to the programming construct of continuations as popular with the Scheme programming language. In case you’re not familiar with the construct, it’s a control construct (like the if statement or exception dispatch) that works a little like this: Say you’re in the kitchen in front of the refrigerator, …