From: Intransition Date: 2010-05-28T22:50:55+09:00 Subject: Re: Ruby Core - Lambda function On May 28, 2:37 am, "Paul A." wrote: > Hi, > > Just a thin post in order to purpose this: > > I think it could be cool to call lambda function just like: λ > > Such as: > > a = 0 > my_while  λ { a < 5 }  do >    puts a >    a += 1 > end > > I think λ is more human then -> For that matter, if we're going by similarity, doesn't /\ look much more like λ than -> ? f = /\(x){ x < 5 }