Textbook designed for an introductory undergraduate course in programming using the language Scheme, a small language analogous to a Swiss army knife in its handiness and versatility for small tasks. Annotation copyright Book News, Inc. Portland, Or.
continuations (control context) một thứ hoàn toàn mới mẻ so với enviroment, closure hay lexical scope, và nó quá khó từ concept, tới cả về cú pháp/cách dùng, lẫn hardware interface, ... mà nó lại là first-class values trong Scheme. Còn trong các ngôn ngữ khác thì là thread, coroutine, exceptions, generator(js), debugger ... Trong lisp land thì có thể trực tiếp manipulate được.
Đọc nát cả net mà ko tìm được tài liệu nào nói kĩ, may có nguyên một phần trong cuốn này nói rất kĩ, step by step để cứu mạng mình T_T.
còn 1 nguyên tắc để nói về continuations là nguyên tắc ABC .... Always Be learning about Continuations