-
Hey, I had to let awk be better at *something*...
Larry Wall
-
I think you didn't get a reply because you used the terms 'correct' and 'proper', neither of which has much meaning in Perl culture.
Larry Wall
-
Historically Tcl has always stored all intermediate results as strings. (With 8.0 they're rethinking that. Of course, Perl rethought that from the start.)
Larry Wall
-
Beauty? What's that?
Larry Wall
-
Any false value is gonna be fairly boring in Perl, mathematicians notwithstanding.
Larry Wall
-
I'm sure a mathematician would claim that 0 and 1 are both very interesting numbers.
Larry Wall
-
The code also assumes that it's difficult to misspell 'a' or 'b'.
Larry Wall
-
I don't know if it's what you want, but it's what you get.
Larry Wall
-
Though I'll admit readability suffers slightly...
Larry Wall
-
The random quantum fluctuations of my brain are historical accidents that happen to have decided that the concepts of dynamic scoping and lexical scoping are orthogonal and should remain that way.
Larry Wall
-
There are probably better ways to do that, but it would make the parser more complex. I do, occasionally, struggle feebly against complexity...
Larry Wall
-
I don't like this official/unofficial distinction. It sound, er, officious.
Larry Wall
-
Anyway, there's plenty of room for doubt. It might seem easy enough, but computer language design is just like a stroll in the park.Jurassic Park, that is.
Larry Wall
-
Would you trust the linguistic intuitions of someone who has been studying Latin or Greek for three days?
Larry Wall
-
Dan Smith: I've tried (in vi) 'g/[a-z]\n[a-z]/s//_/'...but that doesn't cut it. Any ideas? (I take it that it may be a two-pass sort of solution).Larry Wall: In the first pass, install perl.
Larry Wall
-
It's hard to tune heavily tuned code.
Larry Wall
-
Maybe we should take a clue from FTP and put in an option like 'print hash marks on every 1024 iterations'.
Larry Wall
-
Randal said it would be tough to do in sed. He didn't say he didn't understand sed. Randal understands sed quite well. Which is why he uses Perl.
Larry Wall
-
There are many times when you want it to ignore the rest of the string just like atof() does. Oddly enough, Perl calls atof(). How convenient.
Larry Wall
-
Perl has a long tradition of working around compilers.
Larry Wall
-
Of course, this being Perl, we could always take both approaches.
Larry Wall
-
…I also discovered Larry's First Law of Language Redesign: Everyone wants the colon.
Larry Wall
-
It's, uh, pseudo code. Yeah, that's the ticket...[...]And 'unicode' is pseudo code for $encoding.
Larry Wall
-
Perl did not get where it is by ignoring psychological factors.
Larry Wall
