I do the majority of my programming work in Perl. I like Perl because it's a power language. It has a lot of nooks and crannies, just the way I like it. Perl fits my twisted mind, and Perl lets me do anything with it they way it pleases *me*. Perl is my slave, and I'm not a slave of the language (therefore I strongly resist all attempts of people who say "this is the way you shall do it" - too bad perlmonks.org features too many of those people).

Other languages I program in:

   shell:  I love its quoting style - it's better than Perl.      
   awk:   (Typically in combination with shell).
           Shell and awk are present on all Unix systems (and I
           don't give a rats ass about non-Unix systems), Perl
           isn't.
   C:      For speed, low memory usuage, and portability. It doesn't
           require Perl to be present.
   SQL:    Hated by many, adored by the few who understand the
           power of set algebra.
   LPC:    It's simple, and MUDs are fun.

If I had more time, I would learn, or learn better: Python, REBOL, Haskell, Eiffel, Ada.

Abigail


In reply to Re: Other languages besides perl by Abigail-II
in thread Other languages besides perl by dimmesdale

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.