On 2/14/07, vc <vc at rsdn.ru> wrote: > > def x = _(2); /* I mean _.apply(2), but I cannot use 'apply' > > explicitly */ > > It is ugly. Not more ugly, than _.foo(), which is allowed. Surely, I could write f => f(2), but I want to save my fingers.