zlacker

[parent] [thread] 0 comments
1. crypto+(OP)[view] [source] 2024-10-15 04:59:40
I've actually used hand-coded CPS in an evented program for C10K. Hand-coding CPS is a real pain, but CPS is usually used as an implementation detail, and as such it's not an API. In some cases you can get at an implicit continuation to then use it explicitly (call/cc comes to mind), and then it's an API, sure, but typically one does not have to use it.
[go to top]