From: Daniel Schierbeck Date: 2005-10-19T02:56:57+09:00 Subject: Re: Anonymous methods, blocks etc. (Cont. 'default block params') Sean O'Halpin wrote: >>It also seemed to me that Matz wasn't fond of the reuse of "def". > Shame - I thought the lambda/def distinction was a good one. Why not use lambda/function? func = function(x, y = 1) { do_something(x, y) } Cheers, Daniel