What exactly are administrative redexes after CPS conversion?

Posted by eljenso on Stack Overflow See other posts from Stack Overflow or by eljenso
Published on 2010-01-23T09:21:04Z Indexed on 2010/06/09 6:22 UTC
Read the original article Hit count: 291

In the context of Scheme and CPS conversion, I'm having a little trouble deciding what administrative redexes (lambdas) exactly are:

  • all the lambda expressions that are introduced by the CPS conversion
  • only the lambda expressions that are introduced by the CPS conversion but you wouldn't have written if you did the conversion "by hand" or through a smarter CPS-converter

If possible, a good reference would be welcome.

© Stack Overflow or respective owner

Related posts about Scheme

Related posts about continuations