Unlike Perl or Java, C/C++ implementations vary from machine to machine and compiler to compiler.

Mmm. That is one good reason. This can be worked around, as demonstrated by GNU project's tools.

In fact, isn't this just what the GNU project was supposed to be? A collection of C libraries aimed at bringing high quality software to the average coder, being as portable as possible? We have a winner!

But wait... we hit that "licensing" problem. RMS is so left wing that it scares many people off using the libraries or contributing to the project.

There are a few people Stallman has driven into believing the GPL is the Way, the Truth and the Light and the only way to programming nirvana is through the GPL. Perl's GPL license keeps that camp happy, while drawing them to Perl. Then the Artistic license just basically says "Respect!"; the way it damn well should be.


In reply to CCAN; what about the GNU project? by mugwumpjism
in thread Interesting article on CPAN and C/C++ by adamsj

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.