Well, a R&D center should be able to find answers to most of these questions itself, wouldn't it? As for the questions:
  1. If I were to say "very succesfully", would that statement mean anything to you? Perhaps my "very" means "hardly" to you.
  2. Yes there are. But if you mean "are there any compilers that can turn a non-trivial piece of Perl code into compilable and runable C code", then the answer is no. Unless you mean a compiler that just spits out a piece of code that has an embedded Perl compiler and the code you want to run wrapped together. A lot of work was done on perlcc. However, that work was done in the 5.004 era. No significant development has been done on it since.
  3. Yes. But then, so can a piece of Java code used to print bar codes.
  4. No. Not even perl itself depends solely on perl. Perl depends on C (it was written in C, has extentions written in XS/C, uses dynamic libraries written in C). It also needs on OS to run. It needs hardware to run on. And that hardware needs power to run. Companies also depend on their local mail provider, delivering mail every day. They depend on banks. On janitors. And on their employees.
  5. No, it's not true for Perl. Perl does have limits, although some are set by its environment. But there are theoretical limits as well. Perl is equivalent to a Turing Machine - anything that can't be calculated by a Turing Machine, you can't calculate with Perl.

In reply to Re: Can perl change the world ! by Anonymous Monk
in thread Can perl change the world ! by prad_intel

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.