Dear Perl Monks,

I seek your advice with the following conundrum: My 9-year old got completely hooked into Perl, and I feel only slightly guilty about it. Now it would be desirable if he could go into graphics and user interfaces, which is not one of Perl's strongest suits. The only ways that I can find for the latter are the very dated Perl/TK and bindings for Qt4. Now I am wondering: should I really let him go deeper into outdated technology or do I finally have to tell him: "Yea, maybe you should go for Python after all. Or Rust."?

I was not too unhappy about him learning Perl, as he was learning concepts that are applicable in any programming language (+ Perl is just the loveliest language out there). But this seems to be another matter, but at the same time it is quite a road block for the ambitions of a 9-year-old. Would you have any advice? Is there any way of doing graphical things in perl that actually teaches stuff that can also be used in more up to date contexts?


In reply to Advice on learning Perl and graphics by Dr. Subtilis

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.