This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

CPS transformation and partial evaluation



[translating foreign languages into scheme]

Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

>  We have wonderful tools such as partial evaluators and cps.  For
> example, it's not necessary to use tagbody forms or continuations to
> handle jumps.

Yeah.  Do you have references to good papers that discuss partial
evaluators?  All I've red about CPS is that although it is easy to do
certain optimizations after CPS transformation it is possible and
probably better to do the optimizations in the source language.
[I think I've seen comments from Matthias Felleisen about it, but
I can't remember when and where].



Jost

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]