The enclosed proposal for an alternative syntax, previously published on my blog, is included here by request so that it may formally be considered a contribution to project lambda. This is the option that we previously discussed, which would look something like this: (int,int)->int add = (int x, int y)->x+y; Cheers, Neal