Earlier quoted context omitted.
1. Yes 2. I also don't like that their naming convention doesn't reflect functionality. How would you assign carp, cluck, croak and confess functions?
You have chosen a very small topic to discuss the vast range of advantages TIMTOWDI offers. Now bear with me for a minute while I explain you this whole thing. Have you worked with a language where your though tool just wasn't for you? Have you felt that language was pushing down its own self believed principles down your throat? What happens when programmers face such situations? They just leave the tool and go to s…
Perl is 25 years old today
11–20 of 131 posts
Re: Perl is 25 years old today
#12Unmaintainable? Who cared. Got shit done. Too many ways to do things? Who cared. Got shit done.
I have this totally false feeling that BACK THEN* we wrote IRC bots and we were happy. And `perl -e '"A"x800'` was the destroyer of worlds.
* - shit, I just realized I'm young.
Re: Perl is 25 years old today
#13Re: Perl is 25 years old today
#14Before i switched to Python as my general purpose language, i used to be a bit of a Perl fanatic. I've still to come across a language that lets you get your ideas down as quickly. It's full of fantastic time savers, e.g. the for( ) construct and the format output functionality cover a bunch of common use cases in minimal keystrokes (let me pipe in some data, analyse it, then spit it out in a clean report). It can hu…
Re: Perl is 25 years old today
#15https://groups.google.com/group/comp.sources.unix/browse_frm...
Perl Kit, Version 1.0
Copyright (c) 1987, Larry Wall
You may copy the perl kit in whole or in part as long
as you don't try to make money off it,
or pretend that you wrote it.Re: Perl is 25 years old today
#16Before i switched to Python as my general purpose language, i used to be a bit of a Perl fanatic. I've still to come across a language that lets you get your ideas down as quickly. It's full of fantastic time savers, e.g. the for( ) construct and the format output functionality cover a bunch of common use cases in minimal keystrokes (let me pipe in some data, analyse it, then spit it out in a clean report). It can hu…
Re: Perl is 25 years old today
#17Re: Perl is 25 years old today
#18What can I say, it's time to die.
Where are the Perl-hating trolls coming from on HN?
(I thought Guido said that it was time to stop trolling, so it isn't Python people now?)
Re: Perl is 25 years old today
#19Here's Perl 1.0, published by Larry on comp.unix.sources 25 years ago ("Revision 1.0 87/12/18 13:07:40 root"). https://groups.google.com/group/comp.sources.unix/browse_frm... Perl Kit, Version 1.0 Copyright (c) 1987, Larry Wall You may copy the perl kit in whole or in part as long as you don't try to make money off it, or pretend that you wrote it.
I had thought someone had done a perl 1 release that built on modern systems, but on a quick hunt I can't find it.
Re: Perl is 25 years old today
#20Before i switched to Python as my general purpose language, i used to be a bit of a Perl fanatic. I've still to come across a language that lets you get your ideas down as quickly. It's full of fantastic time savers, e.g. the for( ) construct and the format output functionality cover a bunch of common use cases in minimal keystrokes (let me pipe in some data, analyse it, then spit it out in a clean report). It can hu…