[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CPS in C (was: Plea for a new old language / Trampolines)
- To: address@hidden
- Subject: CPS in C (was: Plea for a new old language / Trampolines)
- From: Felix Winkelmann <address@hidden>
- Date: Tue, 13 May 2003 15:16:21 +0200
- Sender: address@hidden
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530
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