-
The only reason I've managed to run this open source project, is that I have learned to delegate even the delegation to other people. (final words of the video).
Larry Wall
-
Perl itself is usually pretty good about telling you what you shouldn't do.
Larry Wall
-
That means I'll have to use $ans to suppress newlines now.Life is ridiculous.
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
-
That's a valid argument. I just don't think it's valid enough.
Larry Wall
-
Piet van Oostrum: I find this a nice feature but it is not according to the documentation. Or is it a BUG?Larry Wall: Let's call it an accidental feature.
Larry Wall
-
I note that the Python folks still think they like JPython. I wonder how long that will last?
Larry Wall
-
Not that I'm against sneaking some notions into people's heads upon occasion. (Or blasting them in outright.)
Larry Wall
-
I suppose one could claim that an undocumented feature has no semantics. :-(
Larry Wall
-
Easy things should be easy, and hard things should be possible.
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
-
Sorry. My testing organization is either too small, or too large, depending on how you look at it.
Larry Wall
-
Accidental stacks considered harmful.
Larry Wall
-
I dunno, I dream in Perl sometimes...
Larry Wall
-
Beauty? What's that?
Larry Wall
-
There ain't nothin' in this world that's worth being a snot over.
Larry Wall
-
So... Perhaps the Perl 6 slogan should be 'All Your Paradigms Are Belong To Us'. We'll get to that.
Larry Wall
-
Hey, if pi == 3, and three == 0, does that make pi == 0?
Larry Wall
-
I know it's weird, but it does make it easier to write poetry in perl.
Larry Wall
-
If I allowed 'next $label' then I'd also have to allow 'goto $label', and I don't think you really want that...
Larry Wall
-
Perhaps you should compile your Perl with long doubles one of these megaseconds.
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
-
Odd that we think definitions are definitive.
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
