How did lambda expressions get their name?

lambda

Solution

The term derived from mathematical key word only.

Wiki info : Lambda calculus

check this : http://dictionary.reference.com/browse/lambda+expression

Problem

I may be showing my ignorance here, but why are lambda expressions called lambda expressions. I understand how to use them, but I'm curious if there is any significance to the term "lambda".

Original source