% python -c '(lambda x: x(x))(lambda x: x(x))'
File "<string>", line 1, in <lambda>
File "<string>", line 1, in <lambda>
File "<string>", line 1, in <lambda>
...
File "<string>", line 1, in <lambda>
RuntimeError: maximum recursion depth exceeded
irb(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!
irb(main):005:0> def x
irb(main):006:1> x
irb(main):007:1> end
=> nil
irb(main):008:0> x
^C^C^C^C
end
exit
^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C
please respond
Name:
Anonymous2012-08-26 23:34
javascript is the most powerful language in the world, you simply don't have the power to control it