Re: A replacement for lambda



Christopher Subich <spam.csubich+bl...@xxxxxxxxxxxxxxxxxxxxx> writes:
> Basically, I'd rewrite the Python grammar such that:
> lambda_form ::= "<" expression "with" parameter_list ">"

I do prefer my parameter list to come before the expression. It would
remain consistant with simple function definitions.

- Cheers, Paddy.

.



Relevant Pages