zlacker
[return to "Perl's decline was cultural"]
◧
1. mmastr+53
[view]
[source]
2025-12-06 18:11:10
>>todsac+(OP)
In fairness, Perl died because it was just not a good language compared to others that popped up after its peak. Sometimes people just move to the better option.
◧◩
2. athert+g4
[view]
[source]
2025-12-06 18:20:20
>>mmastr+53
There was so much complexity hidden behind "do what I mean". For example, scalar vs array context which was super subtle:
my @var = @array # copy the array my $var = @array # return the count of elements in array
◧◩◪
3. creer+3a
[view]
[source]
2025-12-06 19:03:17
>>athert+g4
What exactly is complex or "super subtle" about this? It's the textbook example from the 1st chapter in the tutorial or something?
[go to top]