Raku / examples

Many examples of Raku code
https://examples.raku.org/
Artistic License 2.0
294 stars 89 forks source link

solution to project euler problem 99 does not compile #25

Closed nagarajasr closed 9 years ago

nagarajasr commented 9 years ago

solution to project euler problem 99 does not compile

$ perl6 --version
This is perl6 version 2015.06 built on MoarVM version 2015.06

perl6 prob099-andreoss.pl
Dynamic variable $*PROGRAM-NAME not found
  in sub MAIN at prob099-andreoss.pl:45
  in block <unit> at prob099-andreoss.pl:45
vendethiel commented 9 years ago

upgrade your perl6 :-). https://github.com/rakudo/rakudo/commit/6b1ffd63914af8feaad96e61d9c6bb7c1729d42f#diff-bb8c9ae34668cc6da9f1d399dc425cbaR5

coke commented 9 years ago

Verified, this works with a version of rakudo built from HEAD. Will be covered by the next monthly release; sorry about the breakage; Trying to get any breaking changes in before the official release this year.

nagarajasr commented 9 years ago

thank you.