Could someone provide a good description of what a Lambda is? I have yet to find a good definition and explanation of what they are in the first place.
A lambda is simply a function without a name. Also called an anonymous function. It's a small, throwaway function you define inline without the usual def/function declaration.