Definitions for "Lambda expression"
a function written in Lisp
a list starting with the symbol lambda , followed by the list of arguments and the expressions making up the body of the function
a list whose first element is the symbol lambda