[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Accumulator



Bruce Lewis wrote:
> 
>...
> 
> Neither of those two statements makes an anonymous function or closure.
> 
> If/when Python gets a macro system, the value of anonymous functions
> will become obvious.

Fair enough. There are reasons to believe that macros would violate
Python's design principles by decreasing the regularity of code and thus
making it more difficult to share and maintain code. So Python is not
being designed to evolve in that direction.

 Paul Prescod