Questions tagged [rakudo]

Rakudo is a compiler for the Raku programming language running on the MoarVM virtual machine.

Rakudo is a Raku compiler running on the MoarVM, JVM and JavaScript.

Related links

189 questions
2
votes
2 answers

How can one assign an item contextualized Array to a positional?

In Rakudo Perl 6 item or $ can be used to evaluate an expression in item context. See https://docs.perl6.org/routine/item I am using a library that returns an item contextualized Array. What is the proper way to remove the contextualization so it…
J Hall
  • 531
  • 3
  • 10
2
votes
2 answers

Trouble using grammar with rakudo perl6

The simplest grammar usage gives me complation error. use v6; grammar Foo { token bar { \w+ } } say 'abc' ~~ //; Invoked like src/rakudo/perl6 simple.p6, it fails with regex assertion not terminated by angle bracket at line 7, near…
tengu
  • 41
  • 3
2
votes
1 answer

Does Parrot have a multi-threaded parallel garbage collector?

My question is about the garbage collector in the Parrot Virtual Machine ( http://www.parrot.org ). Is it multi-threaded?
peterh
  • 11,875
  • 18
  • 85
  • 108
1
vote
2 answers

Why does panda fail to install my module when all tests pass locally?

I'm the author of Pod-Perl5 a Perl 6 module that parses Perl 5 pod. Until the release of Perl 6.c, this module installed fine with panda install Pod::Perl5. Now it fails with an extensive list of errors (excerpt is below, full output is here). All…
David Farrell
  • 427
  • 6
  • 16
0
votes
1 answer

Raku project suddenly starts to fail

I have a medium sized Raku project that all of a sudden started to throw the following error on startup: ===SORRY!=== Error while compiling /home/patrickb/repos/RakudoCIBot/service.raku ===SORRY!=== Error while compiling…
Patrick Böker
  • 3,173
  • 1
  • 18
  • 24
0
votes
2 answers

Perl6 Rakudo Star: Why does it take so long to install?

I'm not trying to hate on Perl 6, but I'm wondering why the installation takes so long, in comparison to say Common Lisp. Thanks in advance. -comborico1611 20th of April, 2018 Edit: On my laptop purchased 3 years ago, it takes about 25-30 minutes.…
Clint
  • 109
  • 2
0
votes
1 answer

How to load parrot SDL pir module in rakudo?

I don't know how to load de parrot SDL module in rakudo. I've found a example to do that with pir code. But... there is any way to load pir SDL module into rakudo with perl code?
Victor Marzo
  • 713
  • 5
  • 10
-1
votes
1 answer

Does a Perl 6 module for rakudo exist to parse MIMEs?

I searched github and modules.perl6.org but did not find a module to parse emails. If there is no perl6 module yet a parrot module would be fine too.
matthias krull
  • 4,389
  • 3
  • 34
  • 54
-5
votes
1 answer

Install Rakudo on termux/android

Hi everyone I need help how to install rakudo in termux aarch64 I have tried different ways and got different errors, first try: Second try:
Saya Gans
  • 63
  • 1
1 2 3
12
13