Live data from Hacker News

Interview: Larry Wall

linuxvoice.com

71–80 of 107 posts

Re: Interview: Larry Wall

#73
Perl will always have a soft spot in my heart. I remember accidentally putting down the Llama book on a stove top, still have that half burned book.

Only non-trivial thing I ever wrote in Perl was the obligatory irc bot :) Spaceship operator...says it all imo

Those were different days. I got the O'Reilly catalog at a book store regularly and marveled at the possibilities and cool books because I didn't have reliable Internet.

Re: Interview: Larry Wall

#77
post #67

Earlier quoted context omitted.

Think of it as the COBOL of the Internet. Nobody wants to think about it, but it sustains so much .

And by nobody we mean still lots of people who use it and love it. I know I am not alone.

Yes. Nobody hip, just everyone else ;-)

Re: Interview: Larry Wall

#79
post #38

Would I be nuts to pick perl over python as my main scripting/server admin language? I am a postgres, openbsd, data/text processing guy. OpenBSD is 40% perl. Postgres uses perl for its builds. Perl seems to have better text processing capabilities. But it seems to be dying out compared to python.

I disagree.

I do mainly Python / Django stuff these days, but if I have some syadmin type tasks, I will happily switch to Perl. It has better build in syntax for quick stuff, like renaming a bunch of files. Built in regexes are so much easier than farting about with object based regexes. Text processing is better. Stuff like file gobbing is built into the language.

Its easier to shoot yourself in the foot with Perl, so I'll choose Python for stuff that is more long term. It really depends what you want to do.

Re: Interview: Larry Wall

#80
post #65
post #24

I started learning perl 6 to prototype creating a DSL. Holy fucking shit perl grammars and actions are cool.

Yes, but... Perl's greatest criticism is that it's friggin' unreadable, especially when written by less-than-stellar coders. It's my impression from a skim of Perl 6 that due to a bunch of fairly intricate features added there, it will be come even less readable than Perl 5. Is that a mistaken assessment?

I have seen some bloody awful python code. (Though the worst was still Perl when a bioinformaticain colleague wouldn't even indent it properly.)
Post reply on HN