Compiling with Continuations by Andrew W. Appel (2023)
This book demonstrates the application of continuation-passing style as an intermediate representation for performing optimizations and program transformations. Continuations serve as a versatile tool for compiling a wide range of programming languages.
[Read More]