Allen's lambda syntax proposal
Michael
Michael at lanex.com
Thu Dec 4 07:18:38 PST 2008
Would this form also be ambiguous and/or too difficult to parse?
{=> 9*9}()
{a => a+b}(12)
{(a,b) => a+b}(12,6)
More information about the Es-discuss
mailing list