Hacker News new | ask | show | jobs
by thomasz 5381 days ago
I don't fully understand why this makes callback hell better just because it is known under a nicer name. CPS has it's use cases, but application code is not one of them.
1 comments

Specifically, CPS was intended as a mechanical program transformation to remove the stack, not a style for programmers to actually write their programs in.