Expression closures - use-cases for shortcut lambda syntax(blocks)
P T Withington
ptw at pobox.com
Mon Mar 19 14:40:01 PDT 2007
On 2007-03-19, at 17:35 EDT, Jeff Dyer wrote:
> let (x=y) x
>
> become
>
> let (x=y) => x
I thought it became:
(x) => x (y)
:P
More information about the Es4-discuss
mailing list