Hey, anyone implemented CPS for GF method-dispatch in CL-CONT? There's some code in arnesi, but arnesi fails massively and I dunno how hard is it to port, and whether it would even work after porting. And whether it works with custom method combinations.
>>3
Continuations aren't that commonly used by CLers. Most of their use these days seems to be centered around building continuation based web frameworks, and I don't do web development. As for why OP thinks arensi fails? I have no idea, I've used it without encountering any problems with it.