On Tue, Jan 31, 2017 at 9:06 PM, Nicolas Grekas <
[email protected]> wrote:

> Or just drop any "fn" or "function" keyword, eg
>
> ($x, $y) => foo($x, $y);
>
> array_map(($x) => $x + 1);
>
> ?
>

I like your syntax if it cannot be like ES2015 syntax.

--
Yasuo Ohgaki
[email protected]

Reply via email to