Jason Orendorff (2013-11-26T15:01:35.000Z)
On Mon, Nov 25, 2013 at 7:00 PM, Kevin Smith <zenparsing at gmail.com> wrote:
> To use Waldemar's word, I wonder if that might get obnoxious:
>
>     function(a = function(yield = function(arguments = function(eval) {})
> {}) {}) {
>       "use strict"; /* Doh! */
>     }

Implementation note: It is super obnoxious.

-j
domenic at domenicdenicola.com (2013-12-10T01:20:21.648Z)
On Mon, Nov 25, 2013 at 7:00 PM, Kevin Smith <zenparsing at gmail.com> wrote:
> To use Waldemar's word, I wonder if that might get obnoxious:
>
>      function(a = function(yield = function(arguments = function(eval) {}) {}) {}) {
>        "use strict"; /* Doh! */
>      }

Implementation note: It is super obnoxious.