Raku / examples

Many examples of Raku code

Home Page:https://examples.raku.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solution to project euler problem 99 does not compile

nagarajasr opened this issue · comments

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

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.

thank you.