Python 3.0 migration plans?

Francesco Guerrieri f.guerrieri at gmail.com
Sat Sep 29 10:58:07 EDT 2007


On 9/28/07, TheFlyingDutchman <zzbbaadd at aol.com> wrote:

> Correct me if I am wrong, but none of those examples showed something
> in C++ similar to a decorator in Python - that is, unique syntax in
> the language for implementing a Higher Order Function. One thing I
> will say about those examples is that they make Python decorators look
> sweet!

That is exactly one of the points in having decorators, as far as I
can tell. Namely, that higher order functions are easily implemented,
if and when needed.

Francesco



More information about the Python-list mailing list