in reply to Stepping in the Footprints of a Perl Programmer
After a couple of years, I went back to graduate school to persue a Masters degree in a non CS related field. My master's thesis involved analyzing 4.5 data points of time series data. I started anaylzing my thesis data using Mathematica and some programs I had written in Java. While I was in the early stages of the data analysis, I took a long weekend trip to New Orleans to visit a friend who was there on business. Since I knew that I would be spending quite a bit in airports and waiting for my friend to finish up meetings and the like, I borrowed an old laptop running Redhat Linux to work on my thesis. I copied my data to the laptop, but I didn't think to check to see if the it had a java compiler or a JVM installed. While waiting for my flight to New Orleans, I realized that the Redhat installation on the laptop had perl, python, tcl/tk, gcc, and a couple dozen variations of lisp and scheme, but no java compiler or JRE. I either had to find some other way to work or resign myself to hauling an extra 10 pounds of dead weight around the French Quarter. As I mentioned before, I wasn't fond of perl and I hadn't touched C since my undergraduate days, so I started writting some new data anaysis programs in Python. I ran into some problems early in the process and the documentation that I had on the laptop for Python wasn't terribly helpful. At this point I decided to give perl another chance. After writting a couple of "hello, worlds" and looking through the FAQ, I had a working data anaylsis program and my perception of perl had changed a bit -- perl wasn't a bad language, I probably wouldn't use it if I could use java, but it wasn't a bad language. The epiphany came a few days later after a night of too many hurricanes and too much gumbo. I was working on my thesis in Cafe du Monde drinking coffee and eating order after order of those fried, powdered sugar donut like things they sell when it struck me that the best way to describe patterns in my data was to describe them using perl's regular expressions. The text of my thesis is peppered with regular expressions and snippets of perl code. I have graphs where the axes are labeled with regular expressions. Perl is unique in its rich expressiveness. You can see this clearly in the poetry, obfusications, and JAPH signitures. For me perl was not only a better tool than Java or Python to deal with my data, it was a better language than English to describe my data. It was at this point that I became a perl programmer.
----
Coyote
|
|---|