The Joy of Perl (1998)
salon.com
The Joy of Perl (1998)
1–10 of 82 posts
Re: The Joy of Perl (1998)
#2Re: The Joy of Perl (1998)
#3I learned long ago to not call my programs scripts, because many people interpreted (sorry) this negatively.
Re: The Joy of Perl (1998)
#4> it's a completely different beast, a highly complex "scripting" language I learned long ago to not call my programs scripts, because many people interpreted (sorry) this negatively.
Re: The Joy of Perl (1998)
#5Re: The Joy of Perl (1998)
#6Also, I find it humorous how the term “hacker” is used here to refer to literally anyone who works on computers. I suppose the title of this site retains that meaning...
Re: The Joy of Perl (1998)
#7I ended up using what I knew instead: Turbo Pascal + some oddball "wincgi" interface.
Later I caved and started using Perl, since everyone else was using it. It was a pretty weird experience. I did my first paid "consulting", for a company from the tiny place where I grew up, building a "web app" using Perl. This happened during the first year of university studies. I got paid $12/hour. That was so much money to me, back then! (I was like 18 or 19.)
This experience is where I grew to hate Perl and learned to love more structured languages.
A year later in 1997, I ended up working full-time with the https://en.wikipedia.org/wiki/Pike_(programming_language) instead. This was essentially a precursor of Dart.
Re: The Joy of Perl (1998)
#8A thread from 2012: https://news.ycombinator.com/item?id=3728313
Re: The Joy of Perl (1998)
#9I’m ok with it but it is hard to read, I think because there are so many ways to do everything. it takes a bit to get used to some of the syntax ($@~). I was told my perl was very c like during a review.
It’s great for text manipulation though.
I just remember Rasmus (of php) talking about how he always expected any language to take over php but perl made some design decisions that made it unpalatable to hosting providers.
It’s still my go to for processing large text files.
Re: The Joy of Perl (1998)
#10> it's a completely different beast, a highly complex "scripting" language I learned long ago to not call my programs scripts, because many people interpreted (sorry) this negatively.
In those days "real programmers" were doing C and ASM, and they anyway considered all other languages as a joke :P