Hi all,
I was just wondering where I could find some language-agnostic tutorials for what lambda functions are, what their use is, and rough equivalents in languages that don't support them.
I would especially love any information on common notations.
Thanks! Please let me know if I can elaborate on this at all.
EDIT: Oh hey I forgot something.
Just in terms of terminology, what's the difference between a lambda expression or function, an anonymous/delegate function, and a closure?