I did my usual check out of ruby's cvs HEAD and I discovered I can now
do this (but this is marked EXPERIMENTAL):
a= {|x| x**x }
a.call(10) =>10000000000
lovely, ain't it?
a(10) => 10....00
would be better ;-)
-g.
a[10] is not too terrible :)
martin
yay, waiting for that ;)
Eppur si muove! ;)
Csaba