Axel Rauschmayer (2013-07-28T04:39:54.000Z)
domenic at domenicdenicola.com (2013-07-31T15:01:55.512Z)
+1 My perspective: I don’t see a use case for a missing body, but a missing parameter list would be very useful – to delay the execution of a block of code. It also makes much sense visually: 2\. `(x, y) => { ... }` 1\. `x => { ... }` 0\. `=> { ... }`