On Jun 9, 1:56 am, Derick Eddington <
derick.edding...@gmail.com>
wrote:
> While exploring ways to support recursion, including mutual
> recursion, in a project of mine, I discovered that the Y
> combinator can be extended to support mutual recursion. I'm sure
> this has already been discovered, but I haven't found any mention
> of it in the searching I've had time to do, so I thought I'd show
> it here because it might be interesting.
See
Mayer Goldberg. "A variadic extension of Curry's fixed-point
combinator". Workshop on Scheme and Functional Programming (2002).
October 2002.
available as a link from this page
http://library.readscheme.org/sw2002.html
Brad