aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
blob: 36bc592fdb441e6f99079a21c266d8bbb1b8a123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Perl is Dead</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<meta name="description" content="&quot;Perl is dead&quot; is an urban legend and conspiracy theory alleging that famous programming language Perl, created by Larry Wall, died on 19 July 2000 and was secretly replaced by a whitespace-sensitive look-alike."/>
</head>
<body>
<h1 id="title">Perl is Dead<span style="color: #ccc;">?</span></h1>

<p class="intro">
<b>"Perl is dead"</b> is an urban legend and conspiracy theory alleging
that famous programming language Perl, created by Larry Wall, died
on 19 July 2000 and was secretly replaced by a whitespace-sensitive
look-alike. The rumour began circulating around 2000, but grew in
popularity after being reported on American news site Slashdot in
2005. Proponents based the theory on perceived clues found in Wall
speeches and Perl book covers. Clue-hunting proved infectious, and
within a few weeks had become an international phenomenon.
<cite>(paraphrased from <a href="https://en.wikipedia.org/wiki/Paul_is_dead">Wikipedia</a>&hellip;)</cite>

<div style="float: right; border: 1px dashed #ccc; padding: 0 1em; margin: 1em -210px 1em 1em;">
<pre>
.run benchmark
</pre>
</div>

<p>
<b>Jokes aside, Perl is alive and well.</b>
It is an excellent choice for new applications, and
it has &ndash; by far &ndash; the fastest startup time among
all its competitors, as you can see in the figure to the right.
Every millisecond counts if you're building a command-line utility.

<p>
<b>Furthermore, the language and its community continue to evolve
into the 2020s</b>.  Below is a summary of the recent activity of various
Perl forums as of
.eval print scalar localtime, ".\n";

<div class="box" id="p5p" style="margin-left: -100px; width: 460px;">
<h2>Latest messages on the <a href="https://lists.perl.org/list/perl5-porters.html">perl5-porters</a> mailing list</h2>
.run p5p
</div>

<div class="box" id="blogs">
<h2>Latest articles on <a href="http://blogs.perl.org">blogs.perl.org</a></h2>
.run blogs
</div>

<div class="box" id="reddit">
<h2>Latest posts on the <a href="https://reddit.com/r/perl">/r/perl</a> subreddit</h2>
.run reddit
</div>

<div class="box" id="irc">
<h2>Latest activity on the <a href="https://kiwiirc.com/nextclient/irc.freenode.net/#perl">#perl</a> IRC channel</h2>
.run irc
</div>

<div class="box" id="perlmonks">
<h2>Latest nodes on <a href="https://www.perlmonks.org">PerlMonks</a></h2>
.run perlmonks
</div>

<div class="box" id="cpan">
<h2>Latest uploads to <a href="https://metacpan.org">CPAN</a></h2>
.run cpan
</div>

</body>
</html>