summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-05-27 09:34:12 +0100
committerPaul Buetow <paul@buetow.org>2022-05-27 09:34:12 +0100
commite2cea88ffedc4a3ad0c2bd3d9cab120ade422b7e (patch)
tree11a5690baec425dd70b2caa65c31ef00b9aa7f43 /gemfeed
parent6e9390aa983ce79bc234ae70e57b3df42518373d (diff)
add link - what happened to perl 7?
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2022-05-27-perl-is-still-a-great-choice.gmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gemfeed/2022-05-27-perl-is-still-a-great-choice.gmi b/gemfeed/2022-05-27-perl-is-still-a-great-choice.gmi
index 55cafd20..755d9b06 100644
--- a/gemfeed/2022-05-27-perl-is-still-a-great-choice.gmi
+++ b/gemfeed/2022-05-27-perl-is-still-a-great-choice.gmi
@@ -69,6 +69,7 @@ So it means that Perl and Raku now exist in parallel. They influence each other,
The renaming of Perl 6 to Raku has now opened the door for a future Perl 7. As far as I understand, Perl 7 will be Perl 5 but with modern features enabled by default (e.g. pragmas "use strict; use warnings; use signatures;" and so on. Also, the hope is that a Perl 7 with modern standards will attract more beginners. There aren't many Perl jobs out there nowadays. That's mostly due to Perl's bad (bad for no real reasons) repetition.
=> https://www.perl.com/article/announcing-perl-7/ Announcing Perl 7
+=> http://blogs.perl.org/users/psc/2022/05/what-happened-to-perl-7.html What happened to Perl 7? (maybe have to use "use v7;")
## Why use Perl as there are better alternatives?