Lambda expressions are known to many of us who have worked on advanced languages like Scala. The term “lambda” has its origin in Lambda calculus that uses the Greek letter lambda (λ) to denote a function abs
An introduction to lambda calculus in Chinese, including an interpreter in Haskell. - txyyss/Lambda-Calculus