I'm sorry I've come into this discussion late, but being a frequent poster and follower of the UserLinux mailing list, I needed to comment here. The original poster here is incorrect. If he had followed the discussions a bit further, he would have found that Perl is a required part of the Debian core, and, therefore, required for UserLinux.

Now, for a bit about UserLinux. UserLinux is not necessarily a distinct distribution. It will be based on Debian and use Debian packages. What it is about is choices. UserLinux is making choices about what packages are needed for a base corporate installation. When corporate network administrators see

[steve@gandalf /usr/bin]$ ls | wc -l 2472

they get really nervous. This will be improved by UserLinux. However, if someone needs or wants a package not in the base install, they can simply do an apt-get and download it.

Now onto the Perl question. The choice to promote Python over Perl had been mentioned above. I have seen very little Gnome 2 programming done with Perl. Python, on the other hand, is used extensively as a GUI programming languange by several Linux distributions. On Fedora, for example, the supplied GUI configuration tools are all written in Python. Python is also quicker to learn, which is a selling point for the PHBs. Since the focus of the distribution is to provide a easy to use, GUI-based environment that is easy to migrate users to, Python makes more sense to promote as a language to achieve that goal.


In reply to Re: Perl Popularity by Steve_p
in thread Perl Popularity by kal

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.