Rakudo in its normal operation will compile the program, then run it immediately. You can, however, get it to save the compiled code for later use i fyou wish.
On Sun, Mar 14, 2010 at 4:09 PM, dell <wendell_hatc...@comcast.net> wrote: > Hello, > > I had just began looking at the perl6 raduko compiler and have a > question. Is perl6 actually compiled then ran similar to java or is the > script ran and then compiled at run time? > > > -Wendell >