Y
Hacker News
new
|
ask
|
show
|
jobs
by
bjoli
486 days ago
CPS style stands for continuation passing style. It is common for compiler to represent programs in a CPS style since it is a handy format for a compiler to reason about.