I'm studying lambda calculus and only have basic knowledge about it. I read many of website and paper and understand the way that logic (T/F/and/or), predicate and successor work but I don't know how to accomplish other things in programming by using this lambda calculus.
I want to know how could I define positive and negative integers by using pairs of natural numbers and rational numbers as pairs of integers in lambda calculus.
Thank you for your help.