[Python-Dev] Decorators: vertical bar syntax
Guido van Rossum
guido at python.org
Mon Aug 9 17:06:49 CEST 2004
More information about the Python-Dev mailing list
Mon Aug 9 17:06:49 CEST 2004
- Previous message: [Python-Dev] Decorators: vertical bar syntax
- Next message: [Python-Dev] Decorators: vertical bar syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> If @decorator stays in, I fervently hope it won't be taken as a > precedent for using @ for other things all over the place. > Otherwise we really *will* end up with a language that resembles > Perl. That's dangerously close to rhetorical nonsense. @ will always be used to indicate meta-information (roughly speaking), while in Perl it indicates a (certain kind of) variable. Very different. --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Decorators: vertical bar syntax
- Next message: [Python-Dev] Decorators: vertical bar syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list