[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CPS in C (was: Plea for a new old language / Trampolines)



In case it hasn't been mentioned yet, the way to do CPS in C
is described in

http://home.pipeline.com/~hbaker1/CheneyMTA.html

and implemented in

http://www.call-with-current-continuation.org/chicken.html

It works quite well, and is roughly comparable in performance
to pure trampoline-based systems, at least for mostly standard
compliant Scheme.


cheers,
felix