I'd like to get your opinion on How to get started with Perl 6? Shall one use Rakudo which is being build on Parrot or still better go with the Pugs implementation?

If Rakudo, what is the best way to install it? The monthly releases of Parrot, right from the SVN of Parrot, other?

link|improve this question

54% accept rate
Is it ready yet? – Brian G Jan 23 '09 at 19:49
No, it's not. But major parts of it work. – Leon Timmermans Jan 23 '09 at 20:43
1  
Brian, why do you rewrite so many questions to include "how do I"? I've seen it something like 10 times now. It really adds no clarity; it just makes the question show up in my rss feed twice. – kingkongrevenge Jan 24 '09 at 4:02
2  
@kingkongrevenge: my guess: it provides some consistency to have the questions be a complete sentence. Remember that the point of SO is as much to build up a universal FAQ as to provide an individual question answers. – ysth Jan 25 '09 at 7:08
I agree it's great to have people like brian cleaning up questions, adding some consistency, etc. But I'm with kingkongrevenge on this particular kind of edit. Consistency wrt "how do I" prefixes is a losing battle and sometimes harmful, eg, stackoverflow.com/questions/136033/how-can-i-get – dreeves Feb 1 '09 at 16:53
feedback

3 Answers

up vote 11 down vote accepted

I'd recommend using the latest monthly release of parrot from either the Parrot site or the parrot release on CPAN. I've found that sometimes the latest stuff in trunk/ doesn't work for whatever reason. That's just to get started.

Once you're started and brave enough, the bleeding edge stuff might be more appropriate. The Parrot download page has the repository details.

Note, however, that you shouldn't install parrot. Unless they've fixed this since last I looked, having parrot installed messes up the build process. Make it in it's source directory, but don't use the install target. You can still build languages/perl6 and create the perl6 target and install that where you like.

I gave up on Pugs because installing the latest GHC was always such a pain. I haven't looked at it for awhile though, but every new Pugs release seems to require a GHC upgrade. Maybe that's more sane now.

link|improve this answer
The latter half of this answer is no-longer correct. – Brad Gilbert Mar 6 '10 at 16:43
1  
Then change the latter half of this answer to be correct. That's the point of Stackoverflow. :) – brian d foy Mar 15 '10 at 18:56
feedback

After my first visit to the #perl6 at irc.freenode.org, I got the following answers to the same question:

link|improve this answer
feedback

Rakudo, SVN.

I'm pretty sure you know this already.

link|improve this answer
4  
I suspect that szabgab asked the question for the benefit of others. Can you update your answer with details about where the Rakudo SVN repository can be found? – Mr. Muskrat Jan 23 '09 at 22:00
Explain the benefits of SVN? I'd find it hard to believe that's a universally applicable answer given the frequency of actual releases. – ysth Jan 25 '09 at 7:10
2  
ysth, I think you misread my comment. I'm not asking for an explanation of the benefits of SVN. If Joe the plumber wants to start using Rakudo he won't know where to look. brian's answer handles it though. – Mr. Muskrat Jan 26 '09 at 17:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.