perl6 - how do I create a stand-alone executable with perl 6? -
the old perl 6 faq said: "rakudo, perl 6 compiler based on parrot, allows compilation bytecode, , small wrapper exists can pack bytecode file , parrot single executable."
so, possible create stand-alone executable, can not find any docs explaining how go this, or if it's still possible. so, turn you. appropriate set of incantations required convert perl 6 code stand-alone executable work on system not have perl 6 installed.
this not possible current rakudo on moarvm. there's still dust needs settle regarding module loading , automatic compilation, once has happened, see no reason why ability couldn't reintroduced if there sufficient demand.
Comments
Post a Comment