1.

What is lambda? Why do lambda forms not have statements?

Answer»

Lambda is an ANONYMOUS expression function that is often used as an inline function. Its form does not have a STATEMENT as it is only used to MAKE NEW functional objects and then return them at the RUNTIME.



Discussion

No Comment Found