8 ms·
Interestingly, Perl doesn't get a lot of love on HackerNews but I would classify it in the family of "eternal languages."
by happy-dude 5y ago
Interestingly, Perl doesn't get a lot of love on HackerNews but I would classify it in the family of "eternal languages."
- jjav 5y agoI have quite a bit of personal scripting in perl that I wrote in the early 90s, still in use every week. Haven't changed any of the code in decades.
- oalders 5y agoSome of that code has been running for a long time. A lot of the Perl toolchain still works on 5.8.1 (released Sept 2003). https://metacpan.org/release/JHI/perl-5.8.1 https://metacpan.org/release/JHI/perl-5.8.1 Test::Simple still targets 5.6.2, which looks to have been released around the same time (November 2003). https://metacpan.org/release/RGARCIA/perl-5.6.2 https://metacpan.org/release/RGARCIA/perl-5.6.2
- throwawayapples 5y agoEven after the Perl 5 / Perl 6 / Raku debacle? Many developers left after that (Python pulled off the same trick a decade later.. apparently some language teams have very short memories.)
- yellowapple 5y agoSaid debacle arguably reinforced Perl 5's eternity, if anything.
- shakow 5y agoEspecially after de Perl5/6 debacle. The two separate languages solution let them have fun on Raku, all the while ensuring that Perl 5/7/... will preserve retrocompatibility.