zlacker

[return to "What Killed Perl?"]
1. pizlon+rN[view] [source] 2025-11-19 15:43:26
>>speckx+(OP)
Python and Ruby killed Perl.

Before Perl, there was no scripting language that could do systems tasks except maybe shell and tcl, but that's shell is an extremely unpleasant programming experience and the performance is horrid, and tcl's string-based nature is just too weird.

Perl gives you something more like a real programming language and can do shell-like tasks and systems tasks very nicely. Compared to what came before, it is amazing.

But then Ruby and Python came along and checked the "real programming language" box even more firmly than Perl while retaining the shell/systems angle. Ruby and Python were better than Perl along exactly the same axis as the one on which Perl was better than Tcl and shell.

◧◩
2. daneel+GN[view] [source] 2025-11-19 15:44:17
>>pizlon+rN
> "Perl gives you something more like a real programming language ..."

It is a real general-purpose programming language, not a "scripting" language. Did you ever have a look at it?

◧◩◪
3. Kye+AO[view] [source] 2025-11-19 15:49:21
>>daneel+GN
Good luck getting any two people to agree on a sharp line between programming language and scripting language. Perl seems to swap sides depending on the year people are arguing about it.
[go to top]