Hacker News new | ask | show | jobs
by goto11 903 days ago
But this is just computed gotos. There is no continuation passed.

Arguably the main point of continuation-passing style is that you pass a continuation along with the jump. Hence the name.