Interview: Larry Wall
71–80 of 107 posts
Re: Interview: Larry Wall
#72Oh, Larry
Re: Interview: Larry Wall
#73Only 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
#74Re: Interview: Larry Wall
#75Re: Interview: Larry Wall
#76While building perl6, you see "-Larry -Wall" as part of the gcc args, which I thought was a clever + syntactically correct joke :-)
Re: Interview: Larry Wall
#77Re: Interview: Larry Wall
#78the linux voice interviews are in general really good. keep up the good work!
Re: Interview: Larry Wall
#79Would 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 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
#80I 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?