I fully understand your love of Perl, great! Your feeling is shared by almost everyone here. However some of the things you said here need a little bit rethink. Couple of examples:

"The examples for algorithms are written in C with meaningless variable names like a, b, c, etc."

That has nothing to do with the programming language, in this case c, but rather the coding style of programmer. First, you can write c program with meaningful variable names, the language does not forbid you from doing so; Secondly, you can write a piece of Perl program with menaingless variable names, the language does not give you warning or error.

"the 'tediousness' of discussing computer programming/algorithms in C/C++"

The focus is the algorithm, the language is simply a helper here. On the other hand, is it a good idea to use Perl to talk about linked list or tree? No, as that's not how you do things in Perl. But you want to teach linked list or tree, what language do you use, use Perl or c?


In reply to Re: But I WANT to do everything in Perl! by pg
in thread But I WANT to do everything in Perl! by InfiniteSilence

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.