Bill Atkins <[EMAIL PROTECTED]> wrote:
> Am I correct in assuming that Parrot's JIT will eventually be able to produce 
> directly-executable files, like .exe's?

Probably not via the JIT. The current approach (pbc2c.pl: producing a .c
source from bytecode) seems more general. This still needs some work,
pbc2c.pl produces one big bunch of code - no C subroutines.

Anyway:

  cd languages/perl6
  perl6 -C -k ../../examples/assembly/life.pasm

> Bill

leo

Reply via email to