Question: Define a function FIB in lambda calculus, which computes the Nth Fibonacci number. You are required to do so in two ways: Uses the Y
Define a function FIB in lambda calculus, which computes the Nth Fibonacci number. You are required to do so in two ways:
- Uses the Y combinator
- Uses self-application in terms of itself (i.e. FIB FIB N)
Explain your logic and why you defined the function the way you did
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
