Re: Perl culture, perl readabillity

2001-04-02 Thread Kai Henningsen
[EMAIL PROTECTED] (Simon Cozens) wrote on 26.03.01 in <[EMAIL PROTECTED]>: > Oh, and you think Perl is more English than German? In fact, I've come up with the same idea independently. Except I'd go a bit further and claim that only a native English speaker could possibly come up with the

Re: RFC 109 (v1) Less line noise - let's get rid of @%

2000-08-16 Thread Kai Henningsen
[EMAIL PROTECTED] (Dan Sugalski) wrote on 15.08.00 in <[EMAIL PROTECTED]>: > The ultimate target of a program's source code is the *programmer*. True. > Programmers, being people (well, more or less... :), work best with symbols > and rich context. This particular programmer *hates* what Per

Re: RFC 105 (v1) Downgrade or remove "In string @ must be \@" error

2000-08-16 Thread Kai Henningsen
[EMAIL PROTECTED] (Nathan Wiger) wrote on 15.08.00 in <[EMAIL PROTECTED]>: > > I'd say, if the variable exists, interpolate it. If not, print it as > > it stands. > > I initially was thinking this too, but there's a major problem: > >print "Your stuff is: @stuff\n"; > > I want this to *alw

Re: RFC 48 (v2) Replace localtime() and gmtime() with da

2000-08-16 Thread Kai Henningsen
[EMAIL PROTECTED] (Jonathan Scott Duff) wrote on 15.08.00 in <[EMAIL PROTECTED]>: > You're right, there should be just one date/time routine. But it is > *extremely* difficult to incorporate time zones in a portable fashion. > They change at legislative whim. But if utcdate() (or whatever we

Re: RFC 109 (v1) Less line noise - let's get rid of @%

2000-08-16 Thread Kai Henningsen
[EMAIL PROTECTED] (Russ Allbery) wrote on 15.08.00 in <[EMAIL PROTECTED]>: > > All variables should be C<$x>. They should behave appropriately > > according to their object types and methods. > > No thanks. I frequently use variables $foo, @foo, and %foo at the same > time when they contain th

Re: RFC 109 (v1) Less line noise - let's get rid of @%

2000-08-16 Thread Kai Henningsen
[EMAIL PROTECTED] (Nathan Torkington) wrote on 15.08.00 in <[EMAIL PROTECTED]>: > * you misunderstand the purpose of $ and @, which is to indicate >singular vs plural. Yes. That's one of the things that's wrong with it - maybe the biggest of all. It's one of the things that require con

Re: RFC 84 (v1) Replace => (stringifying comma) with =>

2000-08-16 Thread Kai Henningsen
[EMAIL PROTECTED] (Nathan Torkington) wrote on 15.08.00 in <[EMAIL PROTECTED]>: > Stephen P. Potter writes: > > Why is it silly? Hashes and arrays are *conceptually* very similar > > (even if they are extremely different implementation-wise). > > If that were the case, I think students would h

Re: RFC 84 (v1) Replace => (stringifying comma) with =>

2000-08-16 Thread Kai Henningsen
[EMAIL PROTECTED] (Dan Sugalski) wrote on 15.08.00 in <[EMAIL PROTECTED]>: > At 06:04 PM 8/15/00 -0400, John Porter wrote: > >Dan Sugalski wrote: > > > >Generality good. > > > > > > For many things, yes. For computers, say. For people, no. Generality > > > bad. Specificity and specialization go