One big problem Perl has at the moment is simply a lack of presence. For example, web APIs are a big thing right now, and the companies that provide them offer implementations in many different languages, however, 9 times out of 10 Perl is not even mentioned. But when you look at the implementations in other languages you see that many have been contributed, i.e. not written by the company who provide the API but by individuals taking the time to write a version in their favourite language.

So I think one thing that we can all do is to to make a concerted effort to fix this situation (perhaps it could even become a Perlmonks project). If each one of us committed to seeking out an API that lacked a Perl version, and then contributing one, would that make a difference?

Up until recently I would not have thought that I was at a level to do this kind of thing but I have just adapted a fairly complicated application written in PHP and was surprised by how easy it was, even though I have no PHP experience. So I hereby offer myself up to this project.

Talking and debating is great but we need to get out there and do stuff.

(PS: I'm sure I've come across this suggestion before but I can't remember where)


In reply to Re: A Melancholy Monkday by tangent
in thread A Melancholy Monkday by starX

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.