in reply to Re: Enlightenment and Frustration
in thread Enlightenment and Frustration
However, despite that handicap. Uh... what was I saying? Oh yeah. Despite my memory issues, I've found Perl to be an extremely useful programming language. In fact, I find Python to be a big pain because about 90% of my Perl programs are simple things that I use only once or twice. I don't want to write object oriented code.
I want to spew out the solution as quickly as my memory can (before I forget what I wanted to do). Sitting around and attempting to build an object models is just not for me. I want a variable that can be a string in one second, and a numeric the very next second. Perl fits this to a tea.
Then, there are the more complex stuff that I do. Complex little things that can take four or five thousands lines of code. Again, Perl comes to the rescue. I can quickly create object oriented code, cheat where I need to, and even produce code that is readable and supportable by others.
To me, Perl is the Leatherman of Programming languages.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Enlightenment and Frustration
by Anonymous Monk on May 02, 2007 at 22:53 UTC | |
by MonkOfAnotherSect (Sexton) on May 04, 2007 at 03:14 UTC | |
|
Re^3: Enlightenment and Frustration
by Dru (Hermit) on May 03, 2007 at 19:28 UTC |