On Mon, May 18, 2015 at 7:46 AM, Tobias Leich <em...@froggs.de> wrote: > We precompile modules using a command line option like in: 'perl6 > --target=mbc --output=foo.pm.moarvm'. ... > We are working on creating executables such as 'foo.exe' from a given > Perl 6 script, though I expect that this takes a few months before this > feature lands.
Tobia, any update on progress of script compilation? It seems, given the current state of non-compiled scripts (see bug discussion: <[perl #127330] [SLOW] 10_000 lines with 「say ‘a’;」 take 16 seconds to run>), a compilation capability would give Perl 6 advocacy a boost while other optimizations mentioned by Liz in the bug discussion continue. > These executable would contain the Perl 6 interpreter, and the > precompiled script in one file. Could auto-compilation be an option (and an auto-recompile based on the source script's hash)? Thanks. Cheers! -Tom