On Sun, Dec 7, 2008 at 3:05 AM, Hans Aberg <haberg@math.su.se> wrote:
One can define operators
a ^ b := b(a) -- Application in inverse.
(a * b)(x) := b(a(x)) -- Function composition in inverse.
(a + b)(x) := a(x) * b(x)
O(x) := I -- Constant function returning identity.
I(x) := x -- Identity.
and use them to define lambda calculus (suffices with the first four; Church reverses the order of "*").