Personally, I have decided that I will work on a job I don’t enjoy only if there is no other way to keep myself fed.
I had some stomach allergies last winter and lost 15 kg. I know by first hand experience that, for me, it is worse to write documentation than to starve. :-)

I would do Java before starving; it is only boring. But I'd start to look around, too.

And if Java has such simple and regular syntax that it doesn’t get confused, what does that really mean? The core language does so little that you need a positively byzantine standard library.
Hadn't seen it in that light. Hmm... might be something to it.

I always thought that the reason Perl was losing a bit of spotlight was that it is a generalist tool. If something new needs to be done (that doesn't need compiled C speed), then Perl is the easiest language to use. It is the superset of Sh, C, Awk, etc, etc.

After a while, more specialised tools appears which are written to do just that one thing. Then those tools take over, since it is less baggage and you can have any fool learn it quite easily.

Update: After thinking on the last two paragraphs, I think at least half of Perl's speed and nimbleness for new things is CPAN, of course. It makes it much speedier to change the std language libs for everyone when a new type of application comes along. (-: In sharp contrast to the "socialist" 5-year release plans. :-)

I think Perl will probably be used first when new things happen and it can be applied. Simple and specialised tools will show up and compete with Perl for attention if the new application is used by many programmers (Internet) -- otherwise not (Biotech).


In reply to Re^2: Should I stay with this company or leave? by BerntB
in thread Should I stay with this company or leave? 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.