I have a little calendar and events display that started out as an ISPF application written in PL/I back in the mid 1980s. Later I rewrote it in C, and made it generate HTML as a CGI app. Later on, it was ported to Perl, and oddly, also forked into a C++ program. For each version, what started out as a "word-for-word" translation was refactored and reworked to match the features and idioms of the new language. However, I haven't gotten around to making it "use strict" yet. Once I do, maybe I'll submit it for a scathing review in the monastery. :-)

It has indeed been very useful for learning new languages for me... I can start with what's common with a language I already know, and incrementally add features and techniques as I learn them. And it lets me concentrate on the language, instead of solving a new problem. Which would be the next step.

Here's a site that shows it working: http://sas-crash.homelinux.net/sas/cgi-bin/logon9c.pl. Bug reports are welcome.

Update: fixed the link.. I swear it was good when I put it in.


sas

In reply to Re: What do you write when learning a new language? by sasdrtx
in thread What do you write when learning a new language? by kyle

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.