Being a programming teacher with Spanish speaking students is always difficult because it forces them to learn to program while in a very uncomfortable and, for them, error-prone foreign language. I recently stumbled upon Perligata, which allows Perl to be written using Latin. I decided to see if a module could be made to allow Perl to be written in Spanish (or any other language for that matter). Like Perligata I want to translate the reserved words and built-in functions, but unlike Perligata I want to use the standard Perl grammar (Perligata uses Latin grammar and punctuation rules).

Does anyone have any suggestions for how to proceed? If there's full/complete tokenizer for Perl 5, I could used a source code filter (like Filter-Simple), but I can't use the Perl C code. Or would there be simpler ways in Perl 6, with which I'm not very familiar? - Thanks


In reply to Writting Perl reserved words in Spanish or other foreign languages by bquistorff

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.