Comment by cmiles74
19 days ago
In my opinion, time spent learning Perl or an outmoded framework still helped me learn new things and stretch myself. A lot of that knowledge is transferable to other languages or frameworks. After learning QuickBasic and REXX it was pretty easy to pickup Ruby and Python. ;-)
> knowledge is transferable
I concur: Perl taught me to mentally parse and build (complex) regexes, a highly transferable skill. The Lisp course I was taught in the late 80s, certainly helped me grok Clojure and find it a pretty natural fit. I think this is a very common trope.