Is there ever going to be a perl6 production version coming out soon?
Sent from my iPhone
Wendell Hatcher
[email protected]
303-520-7554
Blogsite: http://thoughtsofaperlprogrammer.vox.com/
On Mar 17, 2010, at 7:18 AM, Steve Pitchford
<[email protected]> wrote:
Have a read of this:
http://www.parrot.org/
The parrot project is to build a virtual machine for dynamic
languages, like perl 6.
On Wed, Mar 17, 2010 at 1:43 AM, Dell <[email protected]>
wrote:
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 <[email protected]>
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