llancet has asked for the wisdom of the Perl Monks concerning the following question:
1: I installed rakudo and parrot using fedora's yum utility, and I found there are many parrot libs(in pbc or pir format) already installed with the parrot binary. How can I use those libs inside Perl 6 code?
2: There is a website called cpan6, but has nothing inside. I found another manager called proto, it installs perl6 packages in ~/.perl6/lib. Does Perl 6's @INC includes this path by default, or I have to add that path to my script everytime?
3: As Perl 5 is written in C, it can interact with binary libraries through XS mechanism. How does rakudo implement this function?
Moreover: How can I see the formatted documents???
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Questions about rakudo and parrot
by FalseVinylShrub (Chaplain) on Jun 13, 2010 at 05:28 UTC | |
by llancet (Friar) on Jun 13, 2010 at 05:57 UTC | |
|
Re: Questions about rakudo and parrot
by moritz (Cardinal) on Jun 13, 2010 at 10:54 UTC | |
by llancet (Friar) on Jun 17, 2010 at 01:50 UTC | |
by moritz (Cardinal) on Jun 17, 2010 at 12:08 UTC |