It would be interesting to see how many reserved words of a language could be translated to an exact counterpart in another language.

Actually, there was a version of Microsoft Office where they translated their macro languages into German. I don't know why, but it looked somewhat weird to me.

I could imagine that it would work well with Chinese -- lots of concepts could probably be expressed using only one character. German, however, tends to be more verbose and is therefore probably less suitable.

It would be easy to translate keywords like "if", "else", "print", "unless". But I think I would have difficulties to find translations for more abstract concepts, like "map", "push", "grep", "unshift". But then, that's only logical. We only understand these keywords in English because we can imagine the concepts behind them. E.g. "push" only makes sense because we think of a stack when we use it. So translating keywords to other languages probably is mostly a matter of getting used to it.


In reply to Re: Re: Polyglot Challenges by crenz
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.