What is lambda?
Possible Duplicate:
What is the difference between a 'closure' and a 'lambda'?
Hello everyone!
I'm a JavaScript developer. I know what is closure and how it works in JavaScript.
But today I see a new noun "lambda". What is lambda? It appears to be relevant to closure in JavaScript. What's the difference between lambda and closure in JavaScript?
Thank you!
Refer to Wikipedia:
In mathematical logic and computer science, lambda calculus, also written as λ-calculus, is a formal system for function definition, function application and recursion.
Look at Motivation, under Informal description
链接地址: http://www.djcxy.com/p/51278.html上一篇: C#中的Lambda表达式是否关闭?
下一篇: 什么是lambda?