The thing that strikes me is the duplicate effort to implement Perl6.
In order to duplicate something, doesn't there have to be an original? Where's the existing Perl6 interpreter? In fact, isn't Perl6 itself a duplicate effort? We already have a perfectly usuable and Turing complete Perl5. Anything that you could do with Perl6, you can already do with Perl5.
Aside from being an academic exercise,
What's wrong with an academic exercise? Maybe the author is doing this mainly to learn Perl6, or Haskell, or interpreter design. Maybe producing a Perl6 interpreter is merely a side-effect of the author's goal. In that light, Pugs is pure gravy.
wouldn't it be more prudent to contribute to the existing effort or do it in a way that would be allow people to "download something and start coding" - namely in within Parrot, in c, or even in Perl 5?
What if you don't agree that the current effort is proceeding in the best way possible? Should a person merely sit around and complain, or do something? What if the author isn't interested in Parrot, or C or even Perl 5. Why should anyone have to volunteer to work with tools they don't like?
I applaud the effort, but is this really going to be useful in the long run?
What if the author isn't interested in being useful in the long run? So what if it doesn't become useful in the long run? In the long run, we're all dead. Nothing ventured, nothing gained.
If not, why create yet-another-project to draw resources away from what has already been committed to?
What resources are being drawn away? It seems like a large chunk of resources have been added to the existing effort (Pugs is the proof). Are you paying the author money which you would have donated to the existing effort? Do you wish to force the author to do your bidding? Isn't Free Software all about the freedom to take a project in any direction you see fit?


-- All code is 100% tested and functional unless otherwise noted.

In reply to Re^3: Questions wanted for Pugs/Perl6 by sleepingsquirrel
in thread Questions wanted for Pugs/Perl6 by audreyt

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.