In addition to what people have said above, I have heard of three issues of interest.
  1. A friend from Japan has told me that while programmers aren't at a big disadvantage, you don't see nearly as many "power users" - non-programmers who become comfortable with macros and scripting.
  2. If your native language is not English, you are far more likely than English speakers to confront internationalization issues from day 1. This is doubly true if you are from Asia and have multiple multi-byte encodings running around, some of which are not recognized by your regular expression engine. The ability of widely available scripting languages to handle this is improving, but still there is a fundamental complexity that English-speakers can ignore.
  3. One of the serious reasons that TheDamian gives for having written Lingua::Romana::Perligata is to experiment with techniques for parsing an inflected language. There is a lot of theory out there on how to parse positional languages that are vaguely English-like. But very little if you are using an inflected language like German or Hindi (or Latin, of course).
Some non-native speakers might wish to comment on some of these items...

In reply to Re: Polyglot Challenges by Anonymous Monk
in thread Polyglot Challenges by Petras

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.