|
|
|
|
|
by gonzus
817 days ago
|
|
I associate this with what we used to call "one-liner programming": I would write a single line of Perl code (in bash, prefixed with `perl -Mwarnings -MDebug -E'<code here>'`, convince myself the code did what we needed, and then share it around as a paste in irc / chat / whatever. It was amazing what you could achieve with the right modules, and Perl's flexibility allowed your mind to roam freely. Incidentally, the fact that you cannot write this type of one-liner in any meaningful way with Python is one reason I do dislike that language. |
|