Dear AM,

When I came to Perl, I had a number of years of programming under my belt already, and I used an editor I wrote in the 1980s to do all Perl script work. I had used SPF in IBM, and when I left IBM I programmed a similar but limited version in 'C'. This version was buggy, and needed constant tinkering if and when I used a different hardware/operating system/etc. ( Note: 'C' is not as forgiving as Perl! :-)

After about 6 months of use with Perl, I re-wrote it in Perl. This, as I look back on the events, was one of the best decisions in my business life. After that, when I had to work on a new/different system, I just copy my Perl spf-like editor and start working. Instant productivity!

I haven't looked at the code in years, and the last time I did look at it I realized I wrote a 'C'-like Perl script, that should be re-written to be Perl-like. But because Perl allows dynamic arrays, I don't have to worry about the size of the file I'm editing. I have a limit of 8,000,000 lines so I don't run out of memory, but I've never hit that limit.

So this small, stable little script is one of my best tools for programming.

I turned 70 this week, so I'm very glad I don't have to learn/re-learn new IDEs. As stated by BrowserUk ". . . When it comes to the most important tool in the programmer's kit, there is an awful lot to be said for stability. . .".

Good Luck...Ed

"Well done is better than well said." - Benjamin Franklin


In reply to Re: Text Editor Qeustion by flexvault
in thread Text Editor Qeustion by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.