http://qs1969.pair.com?node_id=433381


in reply to Re^2: Questions wanted for Pugs/Perl6
in thread Questions wanted for Pugs/Perl6

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.

Replies are listed 'Best First'.
Re^4: Questions wanted for Pugs/Perl6
by perlfan (Vicar) on Feb 22, 2005 at 16:57 UTC
    If the author wants to do it, then ++ to him. I am not criticizing him, I just don't understand why everyone $h1t talks Perl6/Parrot, yet doesn't help - yet when they do it is for a different, yet parallel effort.

    You ask what resources the author is pulling away from Perl6? How about his 0wn? That is not to say, again, that I am criticizing him. I applaud his interest, but how is this going to fit into the greater picture? It doesn't have to "fit" into any picture, but if that is the case, then say so.

    Lastly, I don't know why you threw in that Perl is a "Turing complete" language. While true, this is certainly nothing special or unique.