Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
While using a "translated" language is perhaps a bad idea, the idea of using a "filter" such as mirod's "french.h" file is more in line with what I was thinking. Perl makes it so easy to implement such a system, and still maintain full compatibility with other code.

When it comes to maintenance, I have found that some German and French code is hard to "decode". While all the regular keywords are there in plain English, everything else, variables, functions, and comments, are not. Babelfish comes in pretty handy when trying to discover the meaning of some of the comments. I also notice quite a bit of Japanese SJIS-enhanced code that I can't even edit properly without a UNICODE-compliant editor (i.e. not 'vim'). So much for "portable" code!

A "translated" Perl would be used as a crutch of sorts, to ease the learning programmer into the language.

In any event, Perl should at least allow you to use Japanese and French style quotes so that you don't have to escape your code!
print «I am tired of 'escaping' my "quotes"!»;



Curiously, do the "4 years" of English that the average Japanese take leave them with an understanding that is any more useful than, say, the 4+ years of Spanish or French that an average student from Britain, America or Canada would have? Probably, as many have pointed out, this brief introduction would be enough to get a handle on the syntax with proper supporting documentation available in the primary language of the learner.

In reply to Re^3: International Perl Resources by tadman
in thread International Perl Resources by Lexicon

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-25 15:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found