From: Rick DeNatale Date: 2008-04-19T07:29:04+09:00 Subject: Re: When are lambdas needed? On Fri, Apr 18, 2008 at 8:48 AM, David A. Black wrote: > > > > So a double mnemonic might be: > > > > proc rhymes with block > > lambda and method both have and m while proc does not. > > The problem is that proc also rhymes with Proc :-) Yes this is one good thing that 1.9 is doing. In 1.8 I pronounce Proc, as in Prock, and proc as in lambda. Actually I NEVER use proc in 1.8, rarely use Proc.new, fairly frequently use lambda. -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/