Double underscores -- ugly?
Ivan Illarionov
ivan.illarionov at gmail.com
Wed Feb 20 00:50:33 EST 2008
More information about the Python-list mailing list
Wed Feb 20 00:50:33 EST 2008
- Previous message (by thread): Double underscores -- ugly?
- Next message (by thread): Double underscores -- ugly?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I would like to see something like %init or &init to be converted to __init__ behind the scenes. And $something to be converted to self.something. But, unfortunately, most Python people would consider this ugly just because Perl uses too much syntactic sugar and anything Perl-like is considered ugly in Python community. So, unless Perl die, I believe that Python will remain sugar-free.
- Previous message (by thread): Double underscores -- ugly?
- Next message (by thread): Double underscores -- ugly?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list