Most programming languages are utilizing lambdas/closures.
Which language agnostic source is recommended as the best to learn Lambda basics?
Lambdas/Closures in different languages:
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you just want something easily digestible, read An Introduction to Lambda Calculus and Scheme. Of course it isn’t language-agnostic, but Scheme’s implementation is pretty close.
For a deeper understanding, read Types and Programming Languages – Benjamin Pierce. Programming language theory with a thorough study of the lambda calculus. Completely language-agnostic.