In many programming languages it is possible to simply refer to the name of a function within the function itself. This is called implicit recursion, which is not possible in the Lambda Calculus because all lambda abstractions are by definition `anonymous functions'.
Georg P. Loczewski 2004-03-05