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. le-mar+Qz1[view] [source] 2025-11-19 19:31:49
>>pizlon+rN
> and tcl's string-based nature is just too weird.

TCL had the ability dynamically load and call into .so’s which was really powerful. Those who knew, knew.

◧◩◪
3. pizlon+VA1[view] [source] 2025-11-19 19:36:23
>>le-mar+Qz1
Yeah tcl is awesome.

It's both awesome and weird.

Some people use it effectively to this day. Most either have no idea about it, or know about it but can't get into the mindset (like me).

[go to top]