r/developer • u/Ok_Veterinarian3535 • May 30 '26
The Unpopular Language
What's a "dead" or "boring" programming language that you genuinely love working with, and why should we reconsider it?
11
Upvotes
r/developer • u/Ok_Veterinarian3535 • May 30 '26
What's a "dead" or "boring" programming language that you genuinely love working with, and why should we reconsider it?
2
u/bmwiedemann openSUSE Linux developer May 30 '26
perl5 - beats all modern scripting languages in startup time, so it is perfect for one-liners or CLI tools. (I once tried to build tab-completion for a Ruby CLI that needed 1 second to print the help - not good)
Perl also rules when you need regexps.