From 111284978903563c779cfd54336a6e5b96de2e00 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 26 Feb 2023 00:03:48 +0200 Subject: Update content for html --- .../2022-05-27-perl-is-still-a-great-choice.html | 4 +- gemfeed/2023-01-23-why-grapheneos-rox.html | 6 +- .../2023-02-26-how-to-shut-down-after-work.html | 69 +++++++++++++++++++ gemfeed/atom.xml | 80 ++++++++++++++++++++-- gemfeed/index.html | 3 +- index.html | 3 +- resources.html | 17 ++--- 7 files changed, 164 insertions(+), 18 deletions(-) create mode 100644 gemfeed/2023-02-26-how-to-shut-down-after-work.html diff --git a/gemfeed/2022-05-27-perl-is-still-a-great-choice.html b/gemfeed/2022-05-27-perl-is-still-a-great-choice.html index a0d7d3fd..81ff6acb 100644 --- a/gemfeed/2022-05-27-perl-is-still-a-great-choice.html +++ b/gemfeed/2022-05-27-perl-is-still-a-great-choice.html @@ -9,7 +9,7 @@

Perl is still a great choice

-

Published by Paul at 2022-05-27, last updated at 2023-01-02, Comic source: XKCD

+

Published by Paul at 2022-05-27, last updated at 2023-01-28, Comic source: XKCD


Perl (the Practical Extraction and Report Language) is a battle-tested, mature, multi-paradigm dynamic programming language. Note that it's not called PERL, neither P.E.R.L. nor Pearl. "Perl" is the name of the language and perl the name of the interpreter or the interpreter command.

Unfortunately (it makes me sad), Perl's popularity has been declining over the last years as Google trends shows:

@@ -60,6 +60,8 @@ Announcing Perl 7
What happened to Perl 7? (maybe have to use use v7;)

Update 2022-12-10: A reader pointed out, that Perl 7 needs to provide a big improvement to earn and keep the attention for a major version bump.

+

Update 2023-01-28: Meanwhile, I was also reading brian d foy's Perl New Feature book. It nicely presents all new features added to Perl since v5.10.

+Perl New Features

Why use Perl as there are better alternatives?

Here, common sense must be applied. I don't believe there is anything like "the perfect" programming language. Everyone has got his preferred (or a set of preferred) programming language to chose from. All programming languages come with their own set of strengths and weaknesses. These are the strengths making Perl shine, and you (technically) don't need to bother to look for "better" alternatives: