24 Sep
2008
24 Sep
'08
11:01
"David Rush" <kumoyuki@gmail.com> writes:
I'd be very surprised if there is any implementation where using call/cc is as CPU-efficient as explicitly passing continuation functions which are called from tail-position in your code
Chicken. Cheney on the MTA gives you call/cc essentially for free - it's just as fast as any other function call. -- Alex