Has anyone thought about designing or is the Rakudo compiler similar to
the JVM on an enterprise level? What I mean is would I be able to write
applications that can process huge amounts of data like files,claims or
account transactions on Rakudo in the future? I think this would be a
huge push for perl and any dynamic language. :-)
Matthew Walton wrote:
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