←back to thread

The great displacement is already well underway?

(shawnfromportland.substack.com)
512 points JSLegendDev | 6 comments | | HN request time: 0.434s | source | bottom
Show context
Arnt ◴[] No.43963767[source]
PHP is his only language, right? He's in the same situation as Perl-only developers a couple of decades ago.
replies(7): >>43964236 #>>43964345 #>>43966643 #>>43968708 #>>43976741 #>>43977285 #>>43977780 #
1. joquarky ◴[] No.43977285[source]
Perl also destroyed itself by growing an arrogant community that would eagerly race to be the first to shout "RTFM" at a modest inquiry by someone new to the language.
replies(1): >>43978118 #
2. badc0ffee ◴[] No.43978118[source]
That was not my experience (at least with perlmonks) back when I used Perl, but maybe I'm mis-remembering things.

I think part of Perl's downfall was that TMTOWTDI became too many ways to do one thing, and it was too easy to create terse, unreadable code. Basically, the opposite direction of modern concepts like "idiomatic Go".

I'm sad that Perl is dying while people are still writing fucking bash scripts in production code. (Perl is still better than that!)

replies(2): >>43979028 #>>43983086 #
3. quesera ◴[] No.43979028[source]
Perl was great! But perl came and went.

Shell scripts are forever. So far.

replies(1): >>43981490 #
4. pabs3 ◴[] No.43981490{3}[source]
Perl is still here, lurking in the corner.
5. rsynnott ◴[] No.43983086[source]
Huh. As someone who worked in Perl a very long time ago, my strong impression was always that Perl died almost entirely due to Perl 6/Second System Syndrome; Perl 5.x became, implicitly, the already-outdated thing, and yet Perl 6 wouldn't meaningfully exist for like two decades.
replies(1): >>43986738 #
6. badc0ffee ◴[] No.43986738{3}[source]
There was that, too. But I remember people being happy to use the latest Perl 5 and expecting it to be continually updated (which is still is today). Perl 6 was considered a different language altogether at best, and vapourware at worst.

Still, I can definitely see someone new to the language thinking Perl 5 was a dead end.