On 9/28/07, TheFlyingDutchman <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to