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 exceededirb(main):004:0> ->(x) { return x.call x }.call ->(x) { return x.call x }
SystemStackError: stack level too deep
from /usr/local/lib/ruby/1.9.1/irb/workspace.rb:80
Maybe IRB bug!