|
|
|
Re: What's better about Ruby than Python?
Andrew Dalke wrote:
...
> I confess to being fond of the
>
> atom = Atom()
>
> idiom. I know it breaks down, eg, for a function which returns
> a newly created class, but it's too ingrained in me.
Back when I gave Eiffel a serious try, I easily slid into [the
equivalent of]:
itsAtom = Atom()
[for an instance member variable -- anAtom for a local,
theirAtom for a class-variable, etc -- Robert Martin's idea
to distinguish those lexically in languages which confuse
the scopes]. In other words, naming a basically-anonimous
"generic instance of class Atom" hardly requires a case
sensitive language, IMHO.
Alex
--
http://mail.python.org/mailman/listinfo/python-list
|
Alex Martelli <aleax@...>
aleax@...
Send Email
|
|
Expand Messages |
Author |
Sort by Date
|
|
|
Alex Martelli
aleax@...
|
Aug 21, 2003 5:51 am |
|
|
Alex Martelli
aleax@...
|
Aug 21, 2003 6:24 am |
|
|
Andrew Dalke
adalke@...
|
Aug 21, 2003 6:27 am |
|
|
Alex Martelli
aleax@...
|
Aug 21, 2003 6:36 am |
|
|
Alex Martelli
aleax@...
|
Aug 21, 2003 7:13 am |
|
|
Andrew Dalke
adalke@...
|
Aug 21, 2003 7:16 am |
|
|
Andrew Dalke
adalke@...
|
Aug 21, 2003 7:24 am |
|
|
Andrew Dalke
adalke@...
|
Aug 21, 2003 7:28 am |
|
|
Joshua Marshall
joshway_without_spam@...
|
Aug 21, 2003 8:07 am |
|
|
Alex Martelli
aleax@...
|
Aug 21, 2003 8:12 am |
|
|
Alex Martelli
aleax@...
|
Aug 21, 2003 8:23 am |
|
|
Borcis
borcis@...
|
Aug 21, 2003 8:27 am |
|
|
Alex Martelli
aleax@...
|
Aug 21, 2003 8:37 am |
|
|
Borcis
borcis@...
|
Aug 21, 2003 8:46 am |
|
|
Alex Martelli
aleax@...
|
Aug 21, 2003 8:58 am |
|
|
Alex Martelli
aleax@...
|
Aug 21, 2003 9:50 am |
|
|
Matthias
spam@...
|
Aug 21, 2003 9:50 am |
|
|
Andrew Dalke
adalke@...
|
Aug 21, 2003 10:01 am |
|
|
Aahz
aahz@...
|
Aug 21, 2003 10:28 am |
|
|
Heiko Wundram
heikowu@...
|
Aug 22, 2003 7:46 am |
|
|
Alex Martelli
aleax@...
|
Aug 21, 2003 11:01 am |
|
|
Anton Vredegoor
anton@...
|
Aug 21, 2003 1:15 pm |
|
|
Borcis
borcis@...
|
Aug 21, 2003 1:47 pm |
|
|
Jacek Generowicz
jacek.generowicz@...
|
Aug 21, 2003 1:53 pm |
|
|
Borcis
borcis@...
|
Aug 21, 2003 1:58 pm |
|
|
Kenny Tilton
ktilton@...
|
Aug 21, 2003 2:09 pm |
|
|
Jacek Generowicz
jacek.generowicz@...
|
Aug 21, 2003 2:20 pm |
|
|
Olivier Drolet
trimtab@...
|
Aug 21, 2003 2:39 pm |
|
|
Kenny Tilton
ktilton@...
|
Aug 21, 2003 3:02 pm |
|
|