A syntax option (function types versus arrays)

Neal Gafter neal at gafter.com
Fri Feb 26 17:48:42 PST 2010


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


More information about the lambda-dev mailing list