This is the first introduction to computer programming text to focus on ""functional programming"" which is not too mathematically rigorous for freshmen. The text features an introduction to the Scheme programming language and real-world examples and exercises which are easy to follow and learn from.
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