-
print rand rand rand 1, '\n'; # interesting distribution
Larry Wall
-
It would be possible to optimize some forms of goto, but I haven't bothered.
Larry Wall
-
Well, that's more-or-less what I was saying, though obviously addition is a little more cosmic than the bitwise operators.
Larry Wall
-
I note that the Python folks still think they like JPython. I wonder how long that will last?
Larry Wall
-
I suppose one could claim that an undocumented feature has no semantics. :-(
Larry Wall
-
Perl should remain fast and intuitive (to the extent that it is :-)
Larry Wall
-
The whole intent of Perl 5's module system was to encourage the growth of Perl culture rather than the Perl core.
Larry Wall
-
Even if you aren't in doubt, consider the mental welfare of the person who has to maintain the code after you, and who will probably put parens in the wrong place.
Larry Wall
-
I wouldn't ever write the full sentence myself, but then, I never use goto either.
Larry Wall
-
P.S. Perl's master plan (or what passes for one) is to take over the world like English did. Er, *as* English did...
Larry Wall
-
Unix is like a toll road on which you have to stop every 50 feet to pay another nickel. But hey! You only feel 5 cents poorer each time.
Larry Wall
-
As usual, I'm overstating the case to knock a few neurons loose, but the truth is usually somewhere in the muddle, uh, middle.
Larry Wall
-
Your csh still thinks true is false. Write to your vendor today and tell them that next year Configure ought to 'rm /bin/csh' unless they fix their blasted shell.
Larry Wall
-
Okay, that's definitely enough hype.
Larry Wall
-
Because . doesn't match \n. [\0-\377] is the most efficient way to match everything currently. Maybe \e should match everything. And \E would of course match nothing.
Larry Wall
-
Besides, including <std_ice_cubes.h> is a fatal error on machines that don't have it yet. Bad language design, there...
Larry Wall
-
I dunno, I dream in Perl sometimes...
Larry Wall
-
Perhaps you should compile your Perl with long doubles one of these megaseconds.
Larry Wall
-
Hey, if pi == 3, and three == 0, does that make pi == 0?
Larry Wall
-
Wow, I'm being shot at from both sides. That means I *must* be right.
Larry Wall
-
And C was good at something I like to call manipulexity, that is the manipulation of complex things. While shell was good at something else which I call whipuptitude, the aptitude for whipping things up.
Larry Wall
-
The Golden Gate wasn't our fault either, but we still put a bridge across it.
Larry Wall
-
Sometimes we choose the generalization. Sometimes we don't.
Larry Wall
-
As someone pointed out, you could have an attribute that says 'optimize the heck out of this routine', and your definition of heck would be a parameter to the optimizer.
Larry Wall
