|
|
|
|
|
by tpoacher
2017 days ago
|
|
A lambda, at least as understood in a functional programming context, is pure. Whereas what is proposed here is simply syntactic sugar for creating an anonymous function; from the little that is said in the announcement there is no reason to think this syntax would provide any guarantees that state changes due to lexical scoping won't affect the function's output. |
|