Name: Anonymous 2012-08-26 2:01
% node
(function(x) { return x(x); })(function(x) { return x(x); })
RangeError: Maximum call stack size exceededWhelp.
% node
(function(x) { return x(x); })(function(x) { return x(x); })
RangeError: Maximum call stack size exceeded