You could say I'm a strong advocate of internationalization of Anglo-centric programming languages. Earlier, I suggested that learning languages with English words adds an extra level of difficulty, or two if you don't even know the Latin character set. Mirod even posted a French "translator" code which would remap basic commands.

Of course, you can almost hear merlyn telling you how difficult it is to parse Perl properly. Certainly, something more robust should be developed, perhaps even as a module at the parser level, which would simplify implementation somewhat, although at the expense of compatibility, and the cost of re-working several low-level components to allow such flexibility. As such, you could make a patch to the lexer, re-compile, and have a customized "frperl", "deperl", or "jperl".

A lot of people commented that "English is easy to learn", but I'm skeptical. Learning Perl and English at the same time can't be all that easy, and regardless of how "easy" it is to learn English, learning Perl should be easier. Consider trying to learn something like Ruby, but where all the good documentation happened to be in Japanese only.

These "translated" languages are intended to be like training wheels, to be used where required and discarded when no longer necessary. Once you have a good handle on English, it would be fairly trivial to port any old native language code to regular plain-old Perl.

In reply to Re: Perl, children and foreign languages by tadman
in thread Perl, children and foreign languages by t0mas

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.