> On 01 Jan 2015, at 19:36, MAX PUX <isleof...@gmail.com> wrote:
> 
> Excuse me but I can't find the documentation.
> Is there a way to compile a perl 6 program to moar vm bytecode?
> For example from "example.pl" to "example.moarvm".

CompUnit.new(‘example.pl’).precomp

will create an ‘example.pl.moarvm’.


But there’s no real way to run it just yet like that.  It’s intended to only 
precompile modules at the moment.



Liz

Reply via email to