|
|
|
|
|
by eru
867 days ago
|
|
Continuation passing style is mostly a good tool for writers of compilers, and perhaps interpreters. It's very, very similar to single-static-assignment (SSA) style that will be more familiar to people coming from imperative languages. |
|